use changed signal instead of insert_at_cursor

This commit is contained in:
Julien Pivotto 2011-04-18 10:29:32 +02:00
parent 53fed1a5f5
commit a5c9c5fc4a
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@
<property name="visible">False</property>
<property name="editable">False</property>
<property name="can_focus">True</property>
<signal name="insert_at_cursor" handler="on_roster_filter_entry_insert_at_cursor" />
<signal name="changed" handler="on_roster_filter_entry_changed" />
</object>
<packing>
<property name="expand">False</property>

View File

@ -4165,7 +4165,7 @@ class RosterWindow:
if self.hpaned.get_child2() is not None:
self.show_roster_vbox(widget.get_active())
def on_roster_filter_entry_insert_at_cursor(self, widget):
def on_roster_filter_entry_insert_changed(self, widget):
""" When we update the content of the filter """
pass