[gaim-migrate @ 18057]

Tue, 26 Dec 2006 03:39:37 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Tue, 26 Dec 2006 03:39:37 +0000
changeset 15329
52e77528c005
parent 15328
113b0b520010
child 15330
2a5ca291262f

[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.

libgaim/notify.c file | annotate | diff | comparison | revisions
--- 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);
 }

mercurial