Mercurial > pidgin
changeset 15267:6388c384bfac
[gaim-migrate @ 18057]
Sorry for the commit spam; I'm trying to fix the problems reported by Ka-Hing Cheung on gaim-devel without access to a machine on which I can compile Gaim at present.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 26 Dec 2006 03:39:37 +0000 |
parents | c95a05393dc3 |
children | 132db06150ca |
files | libgaim/notify.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/notify.c Tue Dec 26 03:15:08 2006 +0000 +++ b/libgaim/notify.c Tue Dec 26 03:39:37 2006 +0000 @@ -647,10 +647,10 @@ } void -gaim_notify_user_info_remove_entry(GaimNotifyUserInfo *user_info, GaimNotifyUserInfoEntry *user_info_entry) +gaim_notify_user_info_remove_entry(GaimNotifyUserInfo *user_info, GaimNotifyUserInfoEntry *entry) { g_return_if_fail(user_info != NULL); - g_return_if_fail(user_info_entry != NULL); + g_return_if_fail(entry != NULL); user_info->user_info_entries = g_list_remove(user_info->user_info_entries, entry); }