X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fmobilegtd.git;a=blobdiff_plain;f=src%2Fgui%2Fgui.py;fp=src%2Fgui%2Fgui.py;h=aadffa50c2da1041989c581cdeba7b9f215ef902;hp=33f8973fa8ddaafaa9b6f1cac3d8161d901018b3;hb=b51e8daff4c4f353a334992891e564d562d6e98d;hpb=e288641e6b67826689a6d447cf0c7426ed88d549 diff --git a/src/gui/gui.py b/src/gui/gui.py index 33f8973..aadffa5 100644 --- a/src/gui/gui.py +++ b/src/gui/gui.py @@ -137,14 +137,13 @@ class View(object): def exit(self): self.exit_flag = True self.lock.signal() - super(View, self).exit() def refresh(self): """ Update the gui after a change in model or some user interaction. Should be filled by subclasses. """ - super(View, self).refresh() + pass def get_menu_entries(self): """ Returns a list of menu entries to display. Will be