[maemo-commits] [maemo-commits] r11418 - in projects/haf/trunk/hildon-theme-layout-4: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 3 17:14:26 EEST 2007
Author: tko
Date: 2007-05-03 17:14:26 +0300 (Thu, 03 May 2007)
New Revision: 11418

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
Log:
NB#50637 Stop Menu key from popping up the entry/textview context menu

2007-05-03  Tommi Komulainen  <tommi.komulainen at nokia.com>

	* rc/base.rc: Stop Menu key from popping up the entry/textview context
	menu. Fixes: NB#50637


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-03 14:07:12 UTC (rev 11417)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-03 14:14:26 UTC (rev 11418)
@@ -1,3 +1,8 @@
+2007-05-03  Tommi Komulainen  <tommi.komulainen at nokia.com>
+
+	* rc/base.rc: Stop Menu key from popping up the entry/textview context
+	menu. Fixes: NB#50637
+
 2007-05-03  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
 
 	* data/layout.txt: Oops, restored the listbox header graphics. D'oh.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-05-03 14:07:12 UTC (rev 11417)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-05-03 14:14:26 UTC (rev 11418)
@@ -201,3 +201,12 @@
 }
 
 class "GtkTreeView" binding "treeview"
+
+# Stop Menu key from popping up entry/textview context menus
+binding "entry+textview"
+{
+  unbind "Menu"
+}
+
+class "GtkEntry" binding "entry+textview"
+class "GtkTextView" binding "entry+textview"


More information about the maemo-commits mailing list