diff options
author | Ted Gould <ted@canonical.com> | 2009-02-06 14:59:29 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-06 14:59:29 +0100 |
commit | 603808b8d5d57363b52b1e8fa6a7dbbde46c861f (patch) | |
tree | 7de2c4e02f8310af661499822f05f6daf71bf242 | |
parent | 0b687ad8634407f70b50e8a889a85b80b630a0a2 (diff) | |
download | libayatana-indicator-603808b8d5d57363b52b1e8fa6a7dbbde46c861f.tar.gz libayatana-indicator-603808b8d5d57363b52b1e8fa6a7dbbde46c861f.tar.bz2 libayatana-indicator-603808b8d5d57363b52b1e8fa6a7dbbde46c861f.zip |
Ah, stupid little wrong function
-rw-r--r-- | libindicate/listener.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c index f59aeed..2904e62 100644 --- a/libindicate/listener.c +++ b/libindicate/listener.c @@ -458,7 +458,7 @@ proxy_server_added (DBusGProxy * proxy, const gchar * type, proxy_t * proxyt) dbus_g_proxy_add_signal(proxyt->proxy, "IndicatorAdded", G_TYPE_UINT, G_TYPE_STRING, G_TYPE_INVALID); dbus_g_proxy_connect_signal(proxyt->proxy, "IndicatorAdded", - G_CALLBACK(proxy_indicator_removed), proxyt, NULL); + G_CALLBACK(proxy_indicator_added), proxyt, NULL); dbus_g_proxy_add_signal(proxyt->proxy, "IndicatorRemoved", G_TYPE_UINT, G_TYPE_STRING, G_TYPE_INVALID); dbus_g_proxy_connect_signal(proxyt->proxy, "IndicatorRemoved", |