aboutsummaryrefslogtreecommitdiff
path: root/src/status-service-dbus.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-08 13:34:14 -0600
committerTed Gould <ted@canonical.com>2009-08-08 13:34:14 -0600
commiteca9ad1566786f790bdd2cc12d419b46ef72e334 (patch)
tree90601a603d19eb1347630e1acfb5142f682fa407 /src/status-service-dbus.c
parent695fba351aea9d830525a495c8517e27bdeb1248 (diff)
parent74ac9091c44c933e14b6ef05f1177accc744ecf2 (diff)
downloadayatana-indicator-session-eca9ad1566786f790bdd2cc12d419b46ef72e334.tar.gz
ayatana-indicator-session-eca9ad1566786f790bdd2cc12d419b46ef72e334.tar.bz2
ayatana-indicator-session-eca9ad1566786f790bdd2cc12d419b46ef72e334.zip
Setting the icon from the status service.
Diffstat (limited to 'src/status-service-dbus.c')
-rw-r--r--src/status-service-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status-service-dbus.c b/src/status-service-dbus.c
index 09d2711..f93980f 100644
--- a/src/status-service-dbus.c
+++ b/src/status-service-dbus.c
@@ -116,7 +116,7 @@ status_service_dbus_init (StatusServiceDbus *self)
DBusGConnection * connection = dbus_g_bus_get(DBUS_BUS_SESSION, NULL);
dbus_g_connection_register_g_object(connection,
- INDICATOR_STATUS_SERVICE_DBUS_OBJECT,
+ INDICATOR_STATUS_DBUS_OBJECT,
G_OBJECT(self));
StatusServiceDbusPrivate * priv = STATUS_SERVICE_DBUS_GET_PRIVATE(self);