fix in handler names

This commit is contained in:
Yann Leboulanger 2005-03-28 16:10:04 +00:00
parent e404f1df65
commit d71865324c
2 changed files with 3 additions and 3 deletions

View File

@ -328,11 +328,11 @@ class Preferences_window:
self.plugin.config['emoticons'] = '\t'.join(emots)
self.plugin.init_regex()
def on_auto_pop_up_checkbox_toggled(self, widget):
def on_auto_pop_up_checkbutton_toggled(self, widget):
self.on_checkbutton_toggled(widget, 'autopopup', None,\
[self.auto_pp_away_checkbutton])
def on_auto_pop_up_away_checkbox_toggled(self, widget):
def on_auto_pop_up_away_checkbutton_toggled(self, widget):
self.on_checkbutton_toggled(widget, 'autopopupaway')
def on_ignore_events_from_unknown_contacts_checkbutton_toggled(self, widget):

View File

@ -4076,7 +4076,7 @@
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_auto_pop_up_checkbox_toggled" last_modification_time="Sun, 06 Mar 2005 01:20:06 GMT"/>
<signal name="toggled" handler="on_auto_pop_up_checkbutton_toggled" last_modification_time="Mon, 28 Mar 2005 16:08:47 GMT"/>
</widget>
<packing>
<property name="padding">0</property>