[network-manager-applet/nma-0-9-6] connection-editor: fix command-line passing to already-running instance



commit af6986b2390fc1eaf85cf465216e28fecadfb4bc
Author: Dan Winship <danw gnome org>
Date:   Fri Sep 28 10:40:19 2012 -0400

    connection-editor: fix command-line passing to already-running instance

 src/connection-editor/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/main.c b/src/connection-editor/main.c
index 50d5d3f..a66fdd9 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);
 	}



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