mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Disable primary paste by default
This commit is contained in:
parent
8e69f87a46
commit
fbbcb5c01b
@ -1490,7 +1490,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
g_param_spec_boolean ("gtk-enable-primary-paste",
|
||||
P_("Enable primary paste"),
|
||||
P_("Whether a middle click on a mouse should paste the 'PRIMARY' clipboard content at the cursor location."),
|
||||
TRUE,
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE),
|
||||
NULL);
|
||||
g_assert (result == PROP_ENABLE_PRIMARY_PASTE);
|
||||
|
Loading…
Reference in New Issue
Block a user