Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/activity.py b/activity.py
index 33213ba..3fe03f5 100644
--- a/activity.py
+++ b/activity.py
@@ -86,10 +86,10 @@ class SpeakActivity(SharedActivity):
self.face.show()
# layout the screen
- box = Gtk.Vbox(False, 0)
- box.set_size_request(Gdk.Screen.width(), Gdk.Screen.height())
- box.add(self.face)
- box.add(self.entrycombo)
+ box = Gtk.Vbox(False, 0)
+ box.set_size_request(Gdk.Screen.width(), Gdk.Screen.height())
+ box.add(self.face)
+ box.add(self.entrycombo)
self.add_events(Gdk.EventMask.POINTER_MOTION_HINT_MASK
| Gdk.EventMask.POINTER_MOTION_MASK)