diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 13:43:10 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 13:43:10 -0600 |
commit | a6b6f4834ff82c11a2f00e16b18049e236cf7946 (patch) | |
tree | 7f9077e0cfde5f3b60db6094da8d4ad266c8d096 /src | |
parent | 74ac9091c44c933e14b6ef05f1177accc744ecf2 (diff) | |
download | ayatana-indicator-session-a6b6f4834ff82c11a2f00e16b18049e236cf7946.tar.gz ayatana-indicator-session-a6b6f4834ff82c11a2f00e16b18049e236cf7946.tar.bz2 ayatana-indicator-session-a6b6f4834ff82c11a2f00e16b18049e236cf7946.zip |
API naming change
Diffstat (limited to 'src')
-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 3e16e64..8c83790 100644 --- a/src/indicator-sus.c +++ b/src/indicator-sus.c @@ -224,7 +224,7 @@ connect_to_status (gpointer userdata) dbus_g_proxy_connect_signal(status_proxy, "IconsChanged", G_CALLBACK(status_icon_changed), NULL, NULL); } - org_ayatana_indicator_status_status_icons_async(status_proxy, status_icon_cb, NULL); + org_ayatana_indicator_status_server_status_icons_async(status_proxy, status_icon_cb, NULL); return FALSE; } |