diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 13:44:30 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 13:44:30 -0600 |
commit | 675cfc77c958a5e428a19f00f399d7ea22c53e44 (patch) | |
tree | 4b89427915291859543d501fe2e8ae5d7fd41490 | |
parent | a81f1cd2396758eec8174b0f3ae942fb7ca940d2 (diff) | |
parent | a336d1884c1251fa1745d111db5b8084be8a0d38 (diff) | |
download | ayatana-indicator-session-675cfc77c958a5e428a19f00f399d7ea22c53e44.tar.gz ayatana-indicator-session-675cfc77c958a5e428a19f00f399d7ea22c53e44.tar.bz2 ayatana-indicator-session-675cfc77c958a5e428a19f00f399d7ea22c53e44.zip |
I suck
-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 8c83790..5788d42 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_server_status_icons_async(status_proxy, status_icon_cb, NULL); + org_ayatana_indicator_status_service_status_icons_async(status_proxy, status_icon_cb, NULL); return FALSE; } |