From: <ev...@us...> - 2006-12-26 03:39:39
|
Revision: 18057 http://svn.sourceforge.net/gaim/?rev=18057&view=rev Author: evands Date: 2006-12-25 19:39:37 -0800 (Mon, 25 Dec 2006) Log Message: ----------- 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. Modified Paths: -------------- trunk/libgaim/notify.c Modified: trunk/libgaim/notify.c =================================================================== --- trunk/libgaim/notify.c 2006-12-26 03:15:08 UTC (rev 18056) +++ trunk/libgaim/notify.c 2006-12-26 03:39:37 UTC (rev 18057) @@ -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); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |