[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:36:34 +0000 (UTC)
commit 50efbc0706e9c600d0c9109dbc91c46389778ebf
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 13ad37dc..863899f1 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -465,8 +465,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]