From 1aeeeb0355a59efe470e798806f6814ae19f0c9a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 14 Mar 2011 16:41:39 -0500 Subject: Use the passed in proxy to get the result to ensure it's valid. --- src/application-service-appstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 5f343e5..77f0634 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -438,7 +438,7 @@ got_all_properties (GObject * source_object, GAsyncResult * res, * icon_theme_path = NULL, * index = NULL, * label = NULL, * guide = NULL; - GVariant * properties = g_dbus_proxy_call_finish(app->props, res, &error); + GVariant * properties = g_dbus_proxy_call_finish(G_DBUS_PROXY(source_object), res, &error); if (app->props_cancel != NULL) { g_object_unref(app->props_cancel); -- cgit v1.2.3