projects
/
matthijs
/
upstream
/
mobilegtd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b51e8da
)
Don't let ListView call a non-existent method on its superclass.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 3 Nov 2009 08:40:15 +0000
(09:40 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 3 Nov 2009 08:40:37 +0000
(09:40 +0100)
src/gui/gui.py
patch
|
blob
|
history
diff --git
a/src/gui/gui.py
b/src/gui/gui.py
index aadffa50c2da1041989c581cdeba7b9f215ef902..ea288a3d7ef8b876798824aaae955e6c5d78c053 100644
(file)
--- 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))