diff src/blist.c @ 5676:dae79aefac8d

[gaim-migrate @ 6094] I've been meaning to do this for a LONG time. The conversation API now follows the naming convention of the rest of the new APIs. I'll get some g_return_*_if_fail() checks in there soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 21:51:06 +0000
parents 5946be17f9ec
children 666b04f93c55
line wrap: on
line diff
--- a/src/blist.c	Mon Jun 02 21:14:50 2003 +0000
+++ b/src/blist.c	Mon Jun 02 21:51:06 2003 +0000
@@ -246,7 +246,7 @@
 void  gaim_blist_alias_buddy (struct buddy *buddy, const char *alias)
 {
 	struct gaim_blist_ui_ops *ops = gaimbuddylist->ui_ops;
-	struct gaim_conversation *conv;
+	GaimConversation *conv;
 
 	g_free(buddy->alias);