From 6e421d043306ac0e72d9760c0d649814f4503d26 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Aug 2009 22:02:06 -0600 Subject: Oops, wrong signal name. Now better. --- src/indicator-sus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/indicator-sus.c b/src/indicator-sus.c index 7c6e66d..7a198b2 100644 --- a/src/indicator-sus.c +++ b/src/indicator-sus.c @@ -222,8 +222,8 @@ connect_to_status (gpointer userdata) return FALSE; } - dbus_g_proxy_add_signal(status_proxy, "IconsChanged", G_TYPE_STRING, G_TYPE_INVALID); - dbus_g_proxy_connect_signal(status_proxy, "IconsChanged", G_CALLBACK(status_icon_changed), NULL, NULL); + dbus_g_proxy_add_signal(status_proxy, "StatusIconsChanged", G_TYPE_STRING, G_TYPE_INVALID); + dbus_g_proxy_connect_signal(status_proxy, "StatusIconsChanged", G_CALLBACK(status_icon_changed), NULL, NULL); } org_ayatana_indicator_status_service_status_icons_async(status_proxy, status_icon_cb, NULL); -- cgit v1.2.3