[brasero] Put settings in the correct path



commit 4a46acbb747d9c6776cd0985e245016424a532ac
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Apr 16 11:22:47 2012 +1000

    Put settings in the correct path
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674169

 libbrasero-burn/burn-plugin.c |    2 +-
 src/brasero-drive-settings.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/burn-plugin.c b/libbrasero-burn/burn-plugin.c
index 09c5e9d..fe4a2da 100644
--- a/libbrasero-burn/burn-plugin.c
+++ b/libbrasero-burn/burn-plugin.c
@@ -1271,7 +1271,7 @@ brasero_plugin_init_real (BraseroPlugin *object)
 	}
 
 	/* now see if we need to override the hardcoded priority of the plugin */
-	settings_path = g_strconcat ("/apps/brasero/plugins/",
+	settings_path = g_strconcat ("/org/gnome/brasero/plugins/",
 	                             priv->name,
 	                             G_DIR_SEPARATOR_S,
 	                             NULL);
diff --git a/src/brasero-drive-settings.c b/src/brasero-drive-settings.c
index 965a57a..729dc62 100644
--- a/src/brasero-drive-settings.c
+++ b/src/brasero-drive-settings.c
@@ -46,7 +46,7 @@ struct _BraseroDriveSettingsPrivate
 #define BRASERO_DRIVE_SETTINGS_PRIVATE(o)  (G_TYPE_INSTANCE_GET_PRIVATE ((o), BRASERO_TYPE_DRIVE_SETTINGS, BraseroDriveSettingsPrivate))
 
 #define BRASERO_SCHEMA_DRIVES			"org.gnome.brasero.drives"
-#define BRASERO_DRIVE_PROPERTIES_PATH		"/apps/brasero/drives/"
+#define BRASERO_DRIVE_PROPERTIES_PATH		"/org/gnome/brasero/drives/"
 #define BRASERO_PROPS_FLAGS			"flags"
 #define BRASERO_PROPS_SPEED			"speed"
 



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