From 664e39bbed088df649d3135a0fd1c09f1fd882b6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 9 Jan 2011 16:58:41 -0600 Subject: Using variant_unref instead of object_unref as it's a variant --- libindicator/indicator-service-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libindicator/indicator-service-manager.c b/libindicator/indicator-service-manager.c index c85f97b..4f98a5c 100644 --- a/libindicator/indicator-service-manager.c +++ b/libindicator/indicator-service-manager.c @@ -370,7 +370,7 @@ watch_cb (GObject * object, GAsyncResult * res, gpointer user_data) guint this_service_version; g_variant_get(params, "(uu)", &service_api_version, &this_service_version); - g_object_unref(params); + g_variant_unref(params); /* We've done it, now let's stop counting. */ /* Note: we're not checking versions. Because, the hope is that -- cgit v1.2.3