[gnome-settings-daemon] wacom: Stop using deprecated GSettings:schema property



commit b8dbf13291fc2f635e867262f80109bf54830664
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jun 25 18:26:58 2014 +0200

    wacom: Stop using deprecated GSettings:schema property

 plugins/wacom/list-wacom.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/wacom/list-wacom.c b/plugins/wacom/list-wacom.c
index ce8a94a..ca42b3c 100644
--- a/plugins/wacom/list-wacom.c
+++ b/plugins/wacom/list-wacom.c
@@ -37,9 +37,9 @@ get_loc (GSettings *settings)
 
        g_object_get (G_OBJECT (settings),
                      "path", &path,
-                     "schema", &schema,
+                     "schema-id", &schema,
                      NULL);
-       ret = g_strdup_printf ("schema: %s (path: %s)", schema, path);
+       ret = g_strdup_printf ("schema-id: %s (path: %s)", schema, path);
        g_free (schema);
        g_free (path);
 


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