BUGFIX : set default size properly
authorjaviplx <javiplx@gmail.com>
Sun, 10 Oct 2010 11:35:44 +0000 (11:35 +0000)
committerjaviplx <javiplx@gmail.com>
Sun, 10 Oct 2010 11:35:44 +0000 (11:35 +0000)
git-svn-id: file:///svnroot/wifihood/trunk/wifiscanner@37 c51dfc6a-5949-4919-9c8e-f207a149c383

wifimap/ui.py

index 1444529..1753c8f 100755 (executable)
@@ -148,7 +148,7 @@ else :
 
         def __init__ ( self ) :
             gtk.Window.__init__( self )
-            self.window.resize(640,400)
+            self.resize(640,400)
 
             AbstractWifiscanner.__init__( self )