[gnome-terminal/gsettings] migration: Fix profile gsettings path
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/gsettings] migration: Fix profile gsettings path
- Date: Mon, 16 Apr 2012 20:39:54 +0000 (UTC)
commit a5a244093b7d12e7b0bbc5a9352688c7c3544f5d
Author: Christian Persch <chpe gnome org>
Date: Mon Apr 16 18:42:04 2012 +0200
migration: Fix profile gsettings path
src/migration.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/migration.c b/src/migration.c
index 686e433..1b9077e 100644
--- a/src/migration.c
+++ b/src/migration.c
@@ -316,7 +316,7 @@ migrate_profile (GConfClient *client,
if (verbose)
g_print ("Migrating profile \"%s\"\n", gconf_id);
- path = g_strdup_printf (TERMINAL_PROFILES_PATH_PREFIX, ":profile%d/", id);
+ path = g_strdup_printf (TERMINAL_PROFILES_PATH_PREFIX ":profile%d/", id);
settings = g_settings_new_with_path (TERMINAL_PROFILE_SCHEMA, path);
g_free (path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]