remove unused signal

This commit is contained in:
Denis Fomin 2010-11-27 17:10:59 +03:00
parent fc198aa370
commit 420d0f9ca4
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@
<property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<signal name="destroy" handler="on_input_dialog_destroy"/>
<signal name="delete_event" handler="on_input_dialog_delete_event"/>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox10">
<property name="visible">True</property>

View File

@ -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