aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-sus.c')
-rw-r--r--src/indicator-sus.c4
1 files 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);