Escape no longer closes advanced window [we may be wrediting value and press Escape to cancel editing]

This commit is contained in:
Nikos Kouremenos 2005-07-15 18:16:35 +00:00
parent abe9c7708d
commit 6639ed3a4b
2 changed files with 0 additions and 5 deletions

View File

@ -138,7 +138,3 @@ class AdvancedConfigurationWindow:
def on_advanced_entry_changed(self, widget):
text = widget.get_text()
self.modelfilter.refilter()
def on_advanced_configuration_window_key_press_event(self, widget, event):
if event.keyval == gtk.keysyms.Escape:
self.window.hide()

View File

@ -11884,7 +11884,6 @@ JID: whatever@jabber.org</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<signal name="destroy" handler="on_advanced_configuration_window_destroy" last_modification_time="Sat, 14 May 2005 01:39:26 GMT"/>
<signal name="key_press_event" handler="on_advanced_configuration_window_key_press_event" last_modification_time="Tue, 24 May 2005 22:33:12 GMT"/>
<child>
<widget class="GtkVBox" id="vbox70">