From 6319d36d5a21c63fb204dc7a87e94cdd9b4526d8 Mon Sep 17 00:00:00 2001 From: javiplx Date: Sat, 4 Dec 2010 14:07:01 +0000 Subject: [PATCH] Enable passing of events to map window git-svn-id: file:///svnroot/wifihood/trunk@78 c51dfc6a-5949-4919-9c8e-f207a149c383 --- wifiscanner/wifiscanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wifiscanner/wifiscanner.py b/wifiscanner/wifiscanner.py index 5c91ebd..24e9ee5 100755 --- a/wifiscanner/wifiscanner.py +++ b/wifiscanner/wifiscanner.py @@ -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 ) -- 1.7.9.5