diff options
author | Tomasz Wasilczyk <twasilczyk@pidgin.im> | 2014-04-26 21:08:57 +0200 |
---|---|---|
committer | Tomasz Wasilczyk <twasilczyk@pidgin.im> | 2014-04-26 21:08:57 +0200 |
commit | 6eb4fa16d65b5e02762aa2500fdfd79447a09613 (patch) | |
tree | 0de6267c148c12ea2871aeb63fd67cc9a27222cf /finch/gntpounce.c | |
parent | 053cb151b6d278bb8917af5b6ead596bc8784996 (diff) | |
download | pidgin-6eb4fa16d65b5e02762aa2500fdfd79447a09613.tar.gz |
Finch: fix glib warnings
Diffstat (limited to 'finch/gntpounce.c')
-rw-r--r-- | finch/gntpounce.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finch/gntpounce.c b/finch/gntpounce.c index 7abe26405e..bf176b208b 100644 --- a/finch/gntpounce.c +++ b/finch/gntpounce.c @@ -977,11 +977,11 @@ finch_pounces_init(void) PURPLE_CALLBACK(signed_on_off_cb), NULL); } -/* XXX: There's no such thing in pidgin. Perhaps there should be? */ +/* XXX: There's no such thing in pidgin. Perhaps there should be? + * For sure, we don't need purple_pounces_unregister_handler - + * it's wiped in purple_pounces_uninit. + */ void finch_pounces_uninit() { - purple_pounces_unregister_handler(FINCH_UI); - purple_signals_disconnect_by_handle(finch_pounces_get_handle()); } - |