Description: disable the gtk_can_change_accels preference
 gtk_can_change_accels allows to change keyboard shortcuts from Gtk+ menus.
 Set default to false for consistence with the GNOME default and other
 UME apps. Rejected by upstream because users who are familiar with this
 feature would be unhappy with it disabled.
Origin: vendor, https://launchpad.net/bugs/223840
Bug-Ubuntu: https://launchpad.net/bugs/223840
Author: Michael Terry <michael.terry@ubuntu.com>

--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -920,7 +920,7 @@
 	{"filtering_debug_log_length", "500", &prefs_common.filtering_debug_loglength, P_INT,
 	 NULL, NULL, NULL},
 
-	{"gtk_can_change_accels", "TRUE", &prefs_common.gtk_can_change_accels, P_BOOL,
+	{"gtk_can_change_accels", "FALSE", &prefs_common.gtk_can_change_accels, P_BOOL,
 	 NULL, NULL, NULL},
 
 	{"color_new", "#0000b3", &prefs_common.color_new, P_COLOR,
