aboutsummaryrefslogtreecommitdiff
path: root/libindicate
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-06 14:59:29 +0100
committerTed Gould <ted@canonical.com>2009-02-06 14:59:29 +0100
commit603808b8d5d57363b52b1e8fa6a7dbbde46c861f (patch)
tree7de2c4e02f8310af661499822f05f6daf71bf242 /libindicate
parent0b687ad8634407f70b50e8a889a85b80b630a0a2 (diff)
downloadlibayatana-indicator-603808b8d5d57363b52b1e8fa6a7dbbde46c861f.tar.gz
libayatana-indicator-603808b8d5d57363b52b1e8fa6a7dbbde46c861f.tar.bz2
libayatana-indicator-603808b8d5d57363b52b1e8fa6a7dbbde46c861f.zip
Ah, stupid little wrong function
Diffstat (limited to 'libindicate')
-rw-r--r--libindicate/listener.c2
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",