[gnome-control-center/wip/carlosg/mouse-gsd-settings: 1/2] mouse: Drop unused g-s-d GSettings in test
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/carlosg/mouse-gsd-settings: 1/2] mouse: Drop unused g-s-d GSettings in test
- Date: Wed, 27 Jan 2021 12:38:50 +0000 (UTC)
commit a868a418f451885c8397a3161b0d6ef56da988b7
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Jan 27 13:38:24 2021 +0100
mouse: Drop unused g-s-d GSettings in test
This went unnoticed, till g-s-d did actually drop that schema. Stop
referencing this unused schema.
panels/mouse/cc-mouse-test.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/panels/mouse/cc-mouse-test.c b/panels/mouse/cc-mouse-test.c
index e7e5c59cf..120d50279 100644
--- a/panels/mouse/cc-mouse-test.c
+++ b/panels/mouse/cc-mouse-test.c
@@ -24,7 +24,6 @@
#include <string.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
-#include <gnome-settings-daemon/gsd-enums.h>
#include <math.h>
#include "cc-mouse-test.h"
@@ -367,7 +366,7 @@ cc_mouse_test_init (CcMouseTest *self)
self->double_click_state = DOUBLE_CLICK_TEST_OFF;
self->button_state = 0;
- self->mouse_settings = g_settings_new ("org.gnome.settings-daemon.peripherals.mouse");
+ self->mouse_settings = g_settings_new ("org.gnome.desktop.peripherals.mouse");
self->information_label_timeout_id = 0;
self->button_drawing_area_timeout_id = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]