diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 10:47:24 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 10:47:24 -0600 |
commit | c4a5e5cf9dabce8c58bc5e7ef4cfe79095d012df (patch) | |
tree | 73c92a80e4584a4b6abc3fb89806402bdf0140a8 /src/status-service-dbus.c | |
parent | 840f181d3e1f0cce77a9460f975f5f3b81b9263f (diff) | |
download | ayatana-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.c | 2 |
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); |