From: Ed Page Date: Sat, 31 Oct 2009 02:58:15 +0000 (-0500) Subject: Removing the defaulting to maximize completely X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=9421801e281702398d5a2e7d2e4aef6dc5d8ae47;ds=sidebyside Removing the defaulting to maximize completely --- diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index 8d4ba18..c9b6ab1 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -187,14 +187,6 @@ class Gonvert(object): if 'size' in saved_window: a, b = saved_window['size'] self._mainWindow.resize(a, b) - else: - #Maximize if no previous size was found - #self._mainWindow.maximize() - pass - else: - #Maximize if no previous window.dat file was found - #self._mainWindow.maximize() - pass #Restore selections from previously saved settings if it exists and is valid. historical_catergory_found = False