From 74ac9091c44c933e14b6ef05f1177accc744ecf2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 8 Aug 2009 11:08:03 -0600 Subject: connecting to the signal --- src/indicator-sus.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/indicator-sus.c') 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 @@ -181,13 +181,6 @@ status_menu_root_changed(DbusmenuGtkClient * client, DbusmenuMenuitem * newroot, return; } -void -status_icon_changed (void) -{ - - -} - void status_icon_cb (DBusGProxy * proxy, char * icons, GError *error, gpointer userdata) { @@ -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) { -- cgit v1.2.3