Enable passing of events to map window
authorjaviplx <javiplx@gmail.com>
Sat, 4 Dec 2010 14:07:01 +0000 (14:07 +0000)
committerjaviplx <javiplx@gmail.com>
Sat, 4 Dec 2010 14:07:01 +0000 (14:07 +0000)
git-svn-id: file:///svnroot/wifihood/trunk@78 c51dfc6a-5949-4919-9c8e-f207a149c383

wifiscanner/wifiscanner.py

index 5c91ebd..24e9ee5 100755 (executable)
@@ -152,6 +152,7 @@ else :
 
         def __init__(self):
             gtk.Frame.__init__( self )
+            self.set_flags( self.flags() | gtk.CAN_FOCUS )
             wifiview.AbstractMapWindow.__init__(self)
             self.add( self.vbox )