fix handler name in glade to change correct color when changing incoming nick color. Fixes #5372
This commit is contained in:
parent
d70b74e6b6
commit
994e3895a7
|
@ -1777,7 +1777,7 @@ $T will be replaced by auto-not-available timeout</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<property name="color">#000000000000</property>
|
<property name="color">#000000000000</property>
|
||||||
<signal name="color_set" handler="on_incoming_msg_colorbutton_color_set"/>
|
<signal name="color_set" handler="on_incoming_nick_colorbutton_color_set"/>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
|
|
Loading…
Reference in New Issue