Removing the defaulting to maximize completely
authorEd Page <eopage@byu.net>
Sat, 31 Oct 2009 02:58:15 +0000 (21:58 -0500)
committerEd Page <eopage@byu.net>
Sat, 31 Oct 2009 02:58:15 +0000 (21:58 -0500)
src/gonvert_glade.py

index 8d4ba18..c9b6ab1 100755 (executable)
@@ -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