瀏覽代碼

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 年之前
父節點
當前提交
97e6620154
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/com/dmdirc/addons/ui_swing/components/TopicBar.java

+ 1
- 0
src/com/dmdirc/addons/ui_swing/components/TopicBar.java 查看文件

@@ -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…
取消
儲存