[gnome-control-center] wacom: Use the fully qualified D-Bus name for the OSD



commit d6765b0378b36af95e32927d7526a985d14055e1
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Mar 10 17:19:30 2016 +0100

    wacom: Use the fully qualified D-Bus name for the OSD
    
    So that we don't end up seeing the fallback button mapping dialogue when
    running gsd-test-wacom.

 panels/wacom/cc-wacom-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/wacom/cc-wacom-panel.c b/panels/wacom/cc-wacom-panel.c
index b3bab89..aedd5ed 100644
--- a/panels/wacom/cc-wacom-panel.c
+++ b/panels/wacom/cc-wacom-panel.c
@@ -485,7 +485,7 @@ cc_wacom_panel_init (CcWacomPanel *self)
        g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION,
                                  G_DBUS_PROXY_FLAGS_NONE,
                                  NULL,
-                                 "org.gnome.SettingsDaemon",
+                                 "org.gnome.SettingsDaemon.Wacom",
                                  "/org/gnome/SettingsDaemon/Wacom",
                                  "org.gnome.SettingsDaemon.Wacom",
                                  priv->cancellable,


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