# HG changeset patch # User Evan Schoenberg # Date 1167104377 0 # Node ID 6388c384bfacfafd0fe8143f26a063c066672ec9 # Parent c95a05393dc3ba7edb5cd7ff203b916ca6f2be16 [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 diff -r c95a05393dc3 -r 6388c384bfac libgaim/notify.c --- 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); }