From: Ed Page Date: Fri, 30 Oct 2009 02:38:51 +0000 (-0500) Subject: Found a better name for the find callback X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=24954704d34cf04575849fc9abd1c97e5dcb09b3 Found a better name for the find callback --- diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index 242a7b0..0e822b3 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -148,8 +148,8 @@ class Gonvert(object): "on_unitValue_changed": self._on_unit_value_changed, "on_previousUnitValue_changed": self._on_previous_unit_value_changed, "on_writeUnitsMenuItem_activate": self._on_user_write_units, - "on_findButton_clicked": self._on_user_find_units, - "on_findEntry_activated": self._on_user_find_units, + "on_findButton_clicked": self._on_find_activate, + "on_findEntry_activated": self._on_find_activate, "on_findEntry_changed": self._on_findEntry_changed, "on_aboutMenuItem_activate": self._on_about_clicked, "on_messagebox_ok_clicked": self.messagebox_ok_clicked, @@ -314,7 +314,7 @@ class Gonvert(object): self._categoryView.set_cursor(self._find_result[self._find_count][2], self._categoryColumn, False) self._unitsView.set_cursor(self._find_result[self._find_count][3], self._unitNameColumn, True) - def _on_user_find_units(self, a): + def _on_find_activate(self, a): """ check if 'new find' or 'last find' or 'next-find'