summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r--gtk/gtksettings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index a389d6a989..8f75eea0e5 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -646,7 +646,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_boolean ("gtk-show-input-method-menu",
P_("Show the 'Input Methods' menu"),
P_("Whether the context menus of entries and text views should offer to change the input method"),
- TRUE,
+ FALSE,
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_SHOW_INPUT_METHOD_MENU);
@@ -660,7 +660,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_boolean ("gtk-show-unicode-menu",
P_("Show the 'Insert Unicode Control Character' menu"),
P_("Whether the context menus of entries and text views should offer to insert control characters"),
- TRUE,
+ FALSE,
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_SHOW_UNICODE_MENU);