forked from AuroraMiddleware/gtk
Revert "Disable primary paste by default"
This reverts commit fbbcb5c01b
.
We will be doing this in gnome-settings-daemon itself instead,
as some X11 based platforms using GTK+ will want to override this.
This commit is contained in:
parent
ef77e4727c
commit
1c63d295ec
@ -1543,7 +1543,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
|||||||
g_param_spec_boolean ("gtk-enable-primary-paste",
|
g_param_spec_boolean ("gtk-enable-primary-paste",
|
||||||
P_("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."),
|
P_("Whether a middle click on a mouse should paste the 'PRIMARY' clipboard content at the cursor location."),
|
||||||
FALSE,
|
TRUE,
|
||||||
GTK_PARAM_READWRITE),
|
GTK_PARAM_READWRITE),
|
||||||
NULL);
|
NULL);
|
||||||
g_assert (result == PROP_ENABLE_PRIMARY_PASTE);
|
g_assert (result == PROP_ENABLE_PRIMARY_PASTE);
|
||||||
|
Loading…
Reference in New Issue
Block a user