Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/graphics/window.py')
-rw-r--r--src/sugar/graphics/window.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sugar/graphics/window.py b/src/sugar/graphics/window.py
index dbac464..4fa546f 100644
--- a/src/sugar/graphics/window.py
+++ b/src/sugar/graphics/window.py
@@ -89,7 +89,6 @@ class Window(gtk.Window):
gtk.Window.__init__(self, **args)
self.set_decorated(False)
- self.maximize()
self.connect('realize', self.__window_realize_cb)
self.connect('key-press-event', self.__key_press_cb)