X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fgonvert_glade.py;h=a35e5190767dc144efb5aa90e7652f4f129f6150;hp=def0e2d5fb62f01ee479dc5034fdc679c2397663;hb=39704b1c51f0444340acdc9d86745dbbc9dc0869;hpb=506461c75058e7ef6d92bad13931eafdc52a5fc4 diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index def0e2d..a35e519 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -304,15 +304,6 @@ class Gonvert(object): self._find_result[self._find_count][3], self._unitNameColumn, True ) - def _on_findEntry_changed(self, *args): - """ - Clear out find results since the user wants to look for something new - """ - try: - self._clear_find() - except Exception: - _moduleLogger.exception() - def _on_shortlist_changed(self, *args): try: raise NotImplementedError("%s" % self._shortlistcheck.get_active()) @@ -333,6 +324,15 @@ class Gonvert(object): except Exception: _moduleLogger.exception() + def _on_findEntry_changed(self, *args): + """ + Clear out find results since the user wants to look for something new + """ + try: + self._clear_find() + except Exception: + _moduleLogger.exception() + def _on_find_activate(self, a): """ check if 'new find' or 'last find' or 'next-find'