summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-09-28 10:40:19 -0400
committerDan Winship <danw@gnome.org>2012-09-28 10:41:18 -0400
commitaf6986b2390fc1eaf85cf465216e28fecadfb4bc (patch)
treef0393b9fea452daa0f9dcbf2d786b4ca655bcceb
parent51f66e284f120a1df9126f89076b5059683ec2cc (diff)
downloadnetwork-manager-applet-af6986b2390fc1eaf85cf465216e28fecadfb4bc.tar.gz
connection-editor: fix command-line passing to already-running instance
-rw-r--r--src/connection-editor/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/main.c b/src/connection-editor/main.c
index 50d5d3f9..a66fdd91 100644
--- a/src/connection-editor/main.c
+++ b/src/connection-editor/main.c
@@ -266,7 +266,7 @@ try_existing_instance (DBusGConnection *bus,
g_hash_table_insert (args, ARG_SHOW, &show_value);
}
if (uuid) {
- g_value_init (&uuid_value, G_TYPE_BOOLEAN);
+ g_value_init (&uuid_value, G_TYPE_STRING);
g_value_set_static_string (&uuid_value, uuid);
g_hash_table_insert (args, ARG_UUID, &uuid_value);
}