[gtk+] Revert "Disable primary paste by default"



commit 1c63d295ec25cbb768fe58a7db43aa44c38c7a6e
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 2 16:42:41 2013 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 3c31c45..a32ae77 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]