gnome-games r7602 - trunk/aisleriot
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7602 - trunk/aisleriot
- Date: Wed, 9 Apr 2008 00:10:18 +0100 (BST)
Author: chpe
Date: Wed Apr 9 00:10:18 2008
New Revision: 7602
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7602&view=rev
Log:
* sol.c: Set gtk-enable-accels to TRUE, to work around
https://bugs.maemo.org/show_bug.cgi?id=2278 .
Modified:
trunk/aisleriot/ChangeLog
trunk/aisleriot/sol.c
Modified: trunk/aisleriot/sol.c
==============================================================================
--- trunk/aisleriot/sol.c (original)
+++ trunk/aisleriot/sol.c Wed Apr 9 00:10:18 2008
@@ -653,8 +653,13 @@
"gtk-button-images", FALSE,
#endif /* HAVE_MAEMO_3 */
#if GTK_CHECK_VERSION (2, 10, 0)
- "gtk-enable-accels", FALSE,
"gtk-enable-mnemonics", FALSE,
+
+ /* We want the default of FALSE for this property, but to work
+ * around https://bugs.maemo.org/show_bug.cgi?id=2278 we have
+ * to set this to TRUE.
+ */
+ "gtk-enable-accels", TRUE,
#else
"hildon-keyboard-shortcuts", FALSE,
#endif /* GTK 2.10.0 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]