diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 14:37:45 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 14:37:45 -0600 |
commit | ab6b46eca06d506b182dd774efa8d79f172f1e46 (patch) | |
tree | f42d3b4c8cfe3efa637691873e743b4bfbfa7ea4 /src/status-service-dbus.c | |
parent | 675cfc77c958a5e428a19f00f399d7ea22c53e44 (diff) | |
parent | 98aa89267118f82a759acd3a2c873b39b940899c (diff) | |
download | ayatana-indicator-session-ab6b46eca06d506b182dd774efa8d79f172f1e46.tar.gz ayatana-indicator-session-ab6b46eca06d506b182dd774efa8d79f172f1e46.tar.bz2 ayatana-indicator-session-ab6b46eca06d506b182dd774efa8d79f172f1e46.zip |
* Clean up build a little bit
* Change internal DBus names
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 f93980f..09d2711 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_DBUS_OBJECT, + INDICATOR_STATUS_SERVICE_DBUS_OBJECT, G_OBJECT(self)); StatusServiceDbusPrivate * priv = STATUS_SERVICE_DBUS_GET_PRIVATE(self); |