diff --git a/data/gui/input_dialog.ui b/data/gui/input_dialog.ui index 1e475eb2b..f57779407 100644 --- a/data/gui/input_dialog.ui +++ b/data/gui/input_dialog.ui @@ -7,7 +7,6 @@ dialog False - True diff --git a/src/roster_window.py b/src/roster_window.py index b3b49fda6..948d790a9 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -5882,6 +5882,7 @@ class RosterWindow: ag = gtk.accel_groups_from_object(self.window)[0] # remove the existing accelerator if self.have_new_chat_accel: + print self.have_new_chat_accel, new_chat_menuitem.get_submenu() new_chat_menuitem.remove_accelerator(ag, gtk.keysyms.n, gtk.gdk.CONTROL_MASK) self.have_new_chat_accel = False