[network-manager-applet] connection-editor: fix command-line passing to already-running instance



commit 596cec12d1a524dd4e6789e3a0925d32f07db429
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 112f186..cf841a5 100644
--- a/src/connection-editor/main.c
+++ b/src/connection-editor/main.c
@@ -298,7 +298,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]