aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-08 13:44:15 -0600
committerTed Gould <ted@canonical.com>2009-08-08 13:44:15 -0600
commita336d1884c1251fa1745d111db5b8084be8a0d38 (patch)
tree756730180f51cb9c4a18000a293947e13e193d59 /src
parenta6b6f4834ff82c11a2f00e16b18049e236cf7946 (diff)
downloadayatana-indicator-session-a336d1884c1251fa1745d111db5b8084be8a0d38.tar.gz
ayatana-indicator-session-a336d1884c1251fa1745d111db5b8084be8a0d38.tar.bz2
ayatana-indicator-session-a336d1884c1251fa1745d111db5b8084be8a0d38.zip
I suck
Diffstat (limited to 'src')
-rw-r--r--src/indicator-sus.c2
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;
}