summaryrefslogtreecommitdiff
path: root/migrate
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-04-27 17:52:01 +0200
committerNick Schermer <nick@xfce.org>2012-04-27 17:52:48 +0200
commit25d6c24ddffed2e894cebbf4262c5aa9bcf4aae6 (patch)
tree3fcac8cbec7eedae9bb7b51448e539856212a54f /migrate
parent7d23872d60646d0283cb0ff2599426d55b9b5844 (diff)
Migrate: Use correct pointer for action migrate (bug #8781).
Diffstat (limited to 'migrate')
-rw-r--r--migrate/migrate-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/migrate/migrate-config.c b/migrate/migrate-config.c
index 2c7af1e8..eb8c5faf 100644
--- a/migrate/migrate-config.c
+++ b/migrate/migrate-config.c
@@ -155,8 +155,8 @@ migrate_config_action_48 (gpointer key,
/* set the visible properties */
g_snprintf (str, sizeof (str), "%s/items", prop);
xfconf_channel_set_array (channel, str,
- G_TYPE_STRING, &first_action,
- G_TYPE_STRING, &second_action,
+ G_TYPE_STRING, first_action,
+ G_TYPE_STRING, second_action,
G_TYPE_INVALID);
}