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/indicator-sus.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/indicator-sus.c')
-rw-r--r-- | src/indicator-sus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-sus.c b/src/indicator-sus.c index 5788d42..be83c29 100644 --- a/src/indicator-sus.c +++ b/src/indicator-sus.c @@ -210,7 +210,7 @@ connect_to_status (gpointer userdata) status_proxy = dbus_g_proxy_new_for_name_owner(sbus, INDICATOR_STATUS_DBUS_NAME, - INDICATOR_STATUS_DBUS_OBJECT, + INDICATOR_STATUS_SERVICE_DBUS_OBJECT, INDICATOR_STATUS_SERVICE_DBUS_INTERFACE, &error); |