Browse Source

Merge remote-tracking branch 'origin/master'

pull/245/head
Chris Smith 9 years ago
parent
commit
f1f52e7d1f
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      ui_swing/src/com/dmdirc/addons/ui_swing/MainFrame.java

+ 1
- 3
ui_swing/src/com/dmdirc/addons/ui_swing/MainFrame.java View File

@@ -524,9 +524,7 @@ public class MainFrame extends JFrame implements WindowListener, ConfigChangeLis
524 524
                 .ifPresent(c -> setTitle(event.getTitle()));
525 525
     }
526 526
 
527
-    // Minimum priority so that the treeview etc receive the event first, avoiding a race condition
528
-    // where we reset it too quickly.
529
-    @Handler(priority = Integer.MIN_VALUE)
527
+    @Handler
530 528
     public void unreadStatusChanged(final UnreadStatusChangedEvent event) {
531 529
         activeFrame.map(Window::getContainer)
532 530
                 .filter(isEqual(event.getSource()))

Loading…
Cancel
Save