console: Re-enable accelerator handling

Seems to work fine with F18 gtk versions
This commit is contained in:
Cole Robinson 2013-04-17 09:30:16 -04:00
parent 07e0c92b4b
commit 8ce479f7f8

View File

@ -612,9 +612,7 @@ class vmmConsolePages(vmmGObjectUI):
self.vm.connect("config-changed", self.change_title)
# State for disabling modifiers when keyboard is grabbed
# XXX
# self.accel_groups = Gtk.accel_groups_from_object(self.topwin)
self.accel_groups = []
self.accel_groups = Gtk.accel_groups_from_object(self.topwin)
self.gtk_settings_accel = None
self.gtk_settings_mnemonic = None