X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fgui%2Fgui.py;h=30ae4e2745bd6290ac47487bfdffca6d57c748f9;hb=f5dcb1ff56f0883463ddd14780bf1f89ce3c222e;hp=a8f217164e1d3b399dc6e63a683be89e814d2e0e;hpb=2f604638e8911e52289b0f10acac616ae9b605ae;p=matthijs%2Fupstream%2Fmobilegtd.git diff --git a/src/gui/gui.py b/src/gui/gui.py index a8f2171..30ae4e2 100644 --- a/src/gui/gui.py +++ b/src/gui/gui.py @@ -152,7 +152,11 @@ class ListView(View): self.set_view(appuifw.Listbox(self.items(),self.change_entry)) def change_entry(self): - pass + """ + This function is called when the user selects an an entry (e.g., + navigates to it and push the ok button). + """ + super(ListView).change_entry() def update(self,subject=None): #logger.log(u'Updated %s'%repr(self))