Mercurial > pidgin
changeset 9617:d5055337c9d9
[gaim-migrate @ 10461]
(10:36:41) nosnilmot: I think this is what grim meant to do :
http://nosnilmot.com/patches/gaim-0.81cvs-gtkaccount-fix.patch
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 31 Jul 2004 14:36:17 +0000 |
parents | 409c41edd3f2 |
children | 848e5fbcd520 |
files | src/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkaccount.c Sat Jul 31 13:05:39 2004 +0000 +++ b/src/gtkaccount.c Sat Jul 31 14:36:17 2004 +0000 @@ -2532,5 +2532,5 @@ void gaim_gtk_account_uninit(void) { - gaim_signals_unregister_by_instance(gaim_gtk_blist_get_handle()); + gaim_signals_unregister_by_instance(gaim_gtk_account_get_handle()); }