diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 14:37:04 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 14:37:04 -0600 |
commit | 98aa89267118f82a759acd3a2c873b39b940899c (patch) | |
tree | 41c57f6feed05ff6738e0b9fe9749dadaa98a581 /src/indicator-sus.c | |
parent | e00549509eb130648473d1f6536d67b7ffac756a (diff) | |
download | ayatana-indicator-session-98aa89267118f82a759acd3a2c873b39b940899c.tar.gz ayatana-indicator-session-98aa89267118f82a759acd3a2c873b39b940899c.tar.bz2 ayatana-indicator-session-98aa89267118f82a759acd3a2c873b39b940899c.zip |
Shuffling around the DBus names so that everything is happier.
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); |