aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indicator-sus.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/indicator-sus.c b/src/indicator-sus.c
index f33eff0..3e16e64 100644
--- a/src/indicator-sus.c
+++ b/src/indicator-sus.c
@@ -182,13 +182,6 @@ status_menu_root_changed(DbusmenuGtkClient * client, DbusmenuMenuitem * newroot,
}
void
-status_icon_changed (void)
-{
-
-
-}
-
-void
status_icon_cb (DBusGProxy * proxy, char * icons, GError *error, gpointer userdata)
{
g_return_if_fail(status_image != NULL);
@@ -200,6 +193,13 @@ status_icon_cb (DBusGProxy * proxy, char * icons, GError *error, gpointer userda
return;
}
+void
+status_icon_changed (DBusGProxy * proxy, gchar * icon, gpointer userdata)
+{
+ return status_icon_cb(proxy, icon, NULL, NULL);
+}
+
+
static gboolean
connect_to_status (gpointer userdata)
{