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.
This commit is contained in:
parent
fe9b66c387
commit
a868a418f4
1 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
#include <gdk/gdkx.h>
|
#include <gdk/gdkx.h>
|
||||||
#include <gnome-settings-daemon/gsd-enums.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "cc-mouse-test.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->double_click_state = DOUBLE_CLICK_TEST_OFF;
|
||||||
self->button_state = 0;
|
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->information_label_timeout_id = 0;
|
||||||
self->button_drawing_area_timeout_id = 0;
|
self->button_drawing_area_timeout_id = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue