Merge lp:~ted/indicator-application/lp734584 into lp:indicator-application/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: 188
Proposed branch: lp:~ted/indicator-application/lp734584
Merge into: lp:indicator-application/0.4
Diff against target: 12 lines (+1/-1)
1 file modified
src/application-service-appstore.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-application/lp734584
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+53337@code.launchpad.net

Description of the change

Use the right object for getting the result.

To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/application-service-appstore.c'
2--- src/application-service-appstore.c 2011-02-25 13:45:31 +0000
3+++ src/application-service-appstore.c 2011-03-14 22:04:30 +0000
4@@ -438,7 +438,7 @@
5 * icon_theme_path = NULL, * index = NULL, * label = NULL,
6 * guide = NULL;
7
8- GVariant * properties = g_dbus_proxy_call_finish(app->props, res, &error);
9+ GVariant * properties = g_dbus_proxy_call_finish(G_DBUS_PROXY(source_object), res, &error);
10
11 if (app->props_cancel != NULL) {
12 g_object_unref(app->props_cancel);

Subscribers

People subscribed via source and target branches