Blob Blame History Raw
--- gnome-settings-daemon-2.26.1/plugins/keybindings/gsd-keybindings-manager.c	2009-04-11 12:25:32.000000000 -0400
+++ hacked/plugins/keybindings/gsd-keybindings-manager.c	2009-04-29 14:18:12.706975126 -0400
@@ -268,6 +274,8 @@
                                         return FALSE;
                         }
                 }
+		else if (key->keycodes != NULL || other->keycodes != NULL)
+			return FALSE;
 
                 return TRUE;
         }