Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-10-12 07:21:42 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-12 07:21:42 (GMT)
commite0165fa65032f27905936583084b838c7f519bc9 (patch)
treefba53071ce0578df03bfe884651e23730f574f1b /tawindow.py
parent49bb8f863e227ca11d1623bf12b3d3664d1c8868 (diff)
cleaning up code for running from command line
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 5e7fcae..3fe3f8e 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -85,7 +85,6 @@ def twNew(win, path, lang, parent=None):
tw.height = gtk.gdk.screen_height()
# starting from command line
if parent is None:
- win.set_size_request(tw.width, tw.height)
win.show_all()
# starting from Sugar
else: