--- libhildon-2.0.6.orig/src/hildon-window.c
+++ libhildon-2.0.6/src/hildon-window.c
@@ -1168,6 +1168,7 @@
if (hildon_window_toggle_menu (HILDON_WINDOW (widget), 0, GDK_CURRENT_TIME))
return TRUE;
break;
+#if 0
case HILDON_HARDKEY_ESC:
if (!priv->escape_timeout)
{
@@ -1176,6 +1177,7 @@
hildon_window_escape_timeout, widget);
}
break;
+#endif
}
return GTK_WIDGET_CLASS (hildon_window_parent_class)->key_press_event (widget, event);
| The Following User Says Thank You to wazd For This Useful Post: | ||
| The Following User Says Thank You to jmjanzen For This Useful Post: | ||