GVariant API adjustment: byte_array -> bytestring

This commit is contained in:
Ryan Lortie 2010-07-07 22:38:53 -04:00
parent a582fd4d75
commit c3c00a7b4a

View file

@ -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)