Browse Source

Validates the topic in the topic bar on open to cope with change in bahaviour of core vs parser topic listener

Change-Id: Ib29f9c1bd96ee210d133f47858684dcf391797b0
Reviewed-on: http://gerrit.dmdirc.com/669
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.3
Gregory Holmes 14 years ago
parent
commit
97e6620154
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/com/dmdirc/addons/ui_swing/components/TopicBar.java

+ 1
- 0
src/com/dmdirc/addons/ui_swing/components/TopicBar.java View File

@@ -204,6 +204,7 @@ public class TopicBar extends JComponent implements ActionListener,
204 204
         topicText.setEditable(false);
205 205
         topicCancel.setVisible(false);
206 206
         setColours();
207
+        validateTopic();
207 208
     }
208 209
 
209 210
     /** {@inheritDoc} */

Loading…
Cancel
Save