Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mapnav.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-04-28 23:42:24 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-04-28 23:42:24 (GMT)
commit02d55dafcc4676b2055cd906e3703e2967e640f6 (patch)
tree9e9cc62fff130fdc15eabf274fdcdd23cc02aed5 /mapnav.py
parent5b7d2ebedc1b99096ed948dff0363ab1a86becc0 (diff)
Implement question dialogs
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'mapnav.py')
-rw-r--r--mapnav.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapnav.py b/mapnav.py
index 15642e5..990ff20 100644
--- a/mapnav.py
+++ b/mapnav.py
@@ -68,6 +68,7 @@ class MapNavView(gtk.DrawingArea):
self.connect('button_release_event', self.__button_release_event_cb)
self._character = Character(self)
+
def size_allocate_cb(widget, allocation):
self.calculate_sizes(allocation.width, allocation.height)
if self.view_mode == self.MODE_PLAY: