X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fgonvert_glade.py;h=e1321194644f04c95dafb077f4e38fe5d3fb6290;hp=6d88863e44c72232149fa5668935609d5c890899;hb=f49526708cbe2439d3ce2f34c8a8aa25247dff05;hpb=bcee83ff1a951669202293320c9d320ecb57da88 diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index 6d88863..e132119 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -224,18 +224,10 @@ class Gonvert(object): self.restore_units() def _on_shortlist_changed(self, a): - print "shortlist" - if self._shortlistcheck.get_active(): - print "1" - else: - print "0" + raise NotImplementedError("%s" % self._shortlistcheck.get_active()) def _on_edit_shortlist(self, a): - print "edit shortlist" - if self._toggleShortList.get_active(): - print "1" - else: - print "0" + raise NotImplementedError("%s" % self._toggleShortList.get_active()) def _on_user_clear_selections(self, a): selectionsDatPath = "/".join((constants._data_path_, "selections.dat"))