Author: tthurman
Date: Sun Feb 17 22:43:28 2008
New Revision: 3573
URL: http://svn.gnome.org/viewvc/metacity?rev=3573&view=rev
Log:
2008-02-17 Jim Huang <[EMAIL PROTECTED]>
* src/core/prefs.c (update_binding): Allow compilation
when gconf mode is disabled. Closes #515019.
Modified:
trunk/ChangeLog
trunk/src/core/prefs.c
Modified: trunk/src/core/prefs.c
==============================================================================
--- trunk/src/core/prefs.c (original)
+++ trunk/src/core/prefs.c Sun Feb 17 22:43:28 2008
@@ -2290,6 +2290,7 @@
combo = binding->bindings->data;
+#ifdef HAVE_GCONF
/* Bug 329676: Bindings which can be shifted must not have no modifiers,
* nor only SHIFT as a modifier.
*/
@@ -2349,6 +2350,7 @@
*/
return TRUE;
}
+#endif
changed = FALSE;
if (keysym != combo->keysym ||
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.