aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-15 10:07:09 -0600
committerTed Gould <ted@gould.cx>2010-01-15 10:07:09 -0600
commite709d9b4479ebeed3918e5f2e760490cf0fa0b5a (patch)
tree40772ee8e4cb661ced806556a1a4f6fcbb0be489 /src/application-service-appstore.c
parent36e7fd1e45ad3f3eb89c6a7ea0b9b92b754b3971 (diff)
parent93f32fd90d78997bf9661ddeaa8bfbb2f3020ced (diff)
downloadayatana-indicator-application-e709d9b4479ebeed3918e5f2e760490cf0fa0b5a.tar.gz
ayatana-indicator-application-e709d9b4479ebeed3918e5f2e760490cf0fa0b5a.tar.bz2
ayatana-indicator-application-e709d9b4479ebeed3918e5f2e760490cf0fa0b5a.zip
* Upstream update
* Simplify and correct the structure handling. * Pass the correct object path over the bus. We want the menu.
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index df4213a..bc99855 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -657,7 +657,7 @@ _application_service_server_get_applications (ApplicationServiceAppstore * appst
/* DBus Object */
g_value_init(&value, DBUS_TYPE_G_OBJECT_PATH);
- g_value_set_static_boxed(&value, ((Application *)listpntr->data)->dbus_object);
+ g_value_set_static_boxed(&value, ((Application *)listpntr->data)->menu);
g_value_array_append(values, &value);
g_value_unset(&value);