[gnome-settings-daemon/wip/carlosg/shuffle-font-mouse-settings: 55/55] xsettings: Adopt drag-threshold/double-click settings from gsettings-desktop-schemas




commit afb9c8d15c348e09a158e5cd6ba2c12fdbddb8ad
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Aug 27 00:13:13 2020 +0200

    xsettings: Adopt drag-threshold/double-click settings from gsettings-desktop-schemas
    
    These settings are more universal than gnome-settings-daemon.

 plugins/xsettings/gsd-xsettings-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index 41cfee81..4dbacd1e 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -466,8 +466,8 @@ static FixedEntry fixed_entries [] = {
 };
 
 static TranslationEntry translations [] = {
-        { "org.gnome.settings-daemon.peripherals.mouse", "double-click",   "Net/DoubleClickTime",  
translate_int_int },
-        { "org.gnome.settings-daemon.peripherals.mouse", "drag-threshold", "Net/DndDragThreshold", 
translate_int_int },
+        { "org.gnome.desktop.peripherals.mouse", "double-click",   "Net/DoubleClickTime",  translate_int_int 
},
+        { "org.gnome.desktop.peripherals.mouse", "drag-threshold", "Net/DndDragThreshold", translate_int_int 
},
 
         { "org.gnome.desktop.background", "show-desktop-icons",    "Gtk/ShellShowsDesktop",   
translate_bool_int },
 


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