[gnome-settings-daemon/wip/carlosg/shuffle-font-mouse-settings: 2/2] xsettings: Adopt drag-threshold/double-click settings from gsettings-desktop-schemas
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/wip/carlosg/shuffle-font-mouse-settings: 2/2] xsettings: Adopt drag-threshold/double-click settings from gsettings-desktop-schemas
- Date: Wed, 26 Aug 2020 22:53:29 +0000 (UTC)
commit 4ea83944e3f9d84838211f24d810d3bdbcedde5e
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]