diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 13:43:29 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 13:43:29 -0600 |
commit | a81f1cd2396758eec8174b0f3ae942fb7ca940d2 (patch) | |
tree | 7eb225ea5f7897dfb8ea548ef8168cf83974442e | |
parent | 65100b2c9570e12729fad8965518193e083842d4 (diff) | |
parent | a6b6f4834ff82c11a2f00e16b18049e236cf7946 (diff) | |
download | ayatana-indicator-session-a81f1cd2396758eec8174b0f3ae942fb7ca940d2.tar.gz ayatana-indicator-session-a81f1cd2396758eec8174b0f3ae942fb7ca940d2.tar.bz2 ayatana-indicator-session-a81f1cd2396758eec8174b0f3ae942fb7ca940d2.zip |
Naming change that got missed
-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; } |