Explorar el Código

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 hace 14 años
padre
commit
97e6620154
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/com/dmdirc/addons/ui_swing/components/TopicBar.java

+ 1
- 0
src/com/dmdirc/addons/ui_swing/components/TopicBar.java Ver fichero

@@ -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…
Cancelar
Guardar