Escape no longer closes advanced window [we may be wrediting value and press Escape to cancel editing]
This commit is contained in:
parent
abe9c7708d
commit
6639ed3a4b
|
@ -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()
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue