From 1c63d295ec25cbb768fe58a7db43aa44c38c7a6e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 2 Aug 2013 16:42:41 +0200 Subject: [PATCH] Revert "Disable primary paste by default" This reverts commit fbbcb5c01b5d171ddb1c5f5b298779cfe830c441. We will be doing this in gnome-settings-daemon itself instead, as some X11 based platforms using GTK+ will want to override this. --- gtk/gtksettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 3c31c45425..a32ae772c4 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -1543,7 +1543,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."), - FALSE, + TRUE, GTK_PARAM_READWRITE), NULL); g_assert (result == PROP_ENABLE_PRIMARY_PASTE);