X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fmobilegtd.git;a=blobdiff_plain;f=src%2Fgui%2Fgui.py;h=ea288a3d7ef8b876798824aaae955e6c5d78c053;hp=aadffa50c2da1041989c581cdeba7b9f215ef902;hb=f4c5b327a5fb8541547d943f067623bafcad2645;hpb=b51e8daff4c4f353a334992891e564d562d6e98d diff --git a/src/gui/gui.py b/src/gui/gui.py index aadffa5..ea288a3 100644 --- a/src/gui/gui.py +++ b/src/gui/gui.py @@ -164,7 +164,7 @@ class ListView(View): This function is called when the user selects an an entry (e.g., navigates to it and push the ok button). """ - super(ListView).entry_selected() + pass def update(self,subject=None): #logger.log(u'Updated %s'%repr(self))