Applications: Fix keypress event handler

This commit is contained in:
gm10 2019-01-19 01:30:09 +01:00
parent 9e97c7d33b
commit 2a89abc910
No known key found for this signature in database
GPG Key ID: A981D4EA8CF993A9

View File

@ -215,7 +215,7 @@ class pluginclass( object ):
self.filterTimer = None self.filterTimer = None
self.menuChangedTimer = None self.menuChangedTimer = None
# Hookup for text input # Hookup for text input
self.content_holder.connect( "key-press-event", self.keyPress ) self.mintMenuWin.window.connect( "key-press-event", self.keyPress )
self.favoritesBox.connect( "drag-data-received", self.ReceiveCallback ) self.favoritesBox.connect( "drag-data-received", self.ReceiveCallback )