[gnome-settings-daemon] Keep middle click paste enabled for now



commit e204eddcdbfb9f8d722355fab1643330c7d10c25
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Aug 22 16:23:01 2013 -0400

    Keep middle click paste enabled for now
    
    We're not really ready for this change, and we haven't
    messaged it properly. After discussion with Allan Day and
    Jakup Steiner, we'll defer this change until the next cycle.

 plugins/xsettings/gsd-xsettings-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index cb018a0..c0f21fc 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -348,7 +348,7 @@ static FixedEntry fixed_entries [] = {
         { "Gtk/ShowInputMethodMenu", fixed_false_int },
         { "Gtk/ShowUnicodeMenu",     fixed_false_int },
         { "Gtk/AutoMnemonics",       fixed_true_int },
-        { "Gtk/EnablePrimaryPaste",  fixed_false_int },
+        { "Gtk/EnablePrimaryPaste",  fixed_true_int },
 };
 
 static TranslationEntry translations [] = {


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