aboutsummaryrefslogtreecommitdiff
path: root/src/status-service-dbus.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-08 10:47:24 -0600
committerTed Gould <ted@canonical.com>2009-08-08 10:47:24 -0600
commitc4a5e5cf9dabce8c58bc5e7ef4cfe79095d012df (patch)
tree73c92a80e4584a4b6abc3fb89806402bdf0140a8 /src/status-service-dbus.c
parent840f181d3e1f0cce77a9460f975f5f3b81b9263f (diff)
downloadayatana-indicator-session-c4a5e5cf9dabce8c58bc5e7ef4cfe79095d012df.tar.gz
ayatana-indicator-session-c4a5e5cf9dabce8c58bc5e7ef4cfe79095d012df.tar.bz2
ayatana-indicator-session-c4a5e5cf9dabce8c58bc5e7ef4cfe79095d012df.zip
Fixing a few things with the dbus stuff and starting to listen to the extra information on the 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);