From c3c00a7b4a35756d3e8bfb4e49308fa60cf1d215 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 7 Jul 2010 22:38:53 -0400 Subject: [PATCH] GVariant API adjustment: byte_array -> bytestring --- shell/control-center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/control-center.c b/shell/control-center.c index 6f5fe189e..7139fda8b 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -43,7 +43,7 @@ application_prepare_action_cb (GApplication *application, GVariant *arguments, if (temp != NULL) { GError *err = NULL; - const gchar *id = g_variant_get_byte_array (temp, NULL); + const gchar *id = g_variant_get_bytestring (temp); if (!cc_shell_set_active_panel_from_id (CC_SHELL (shell), id, &err)) { if (err)