diff src/gtkpounce.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 b07aa997ddd8
children 2fa4aa9c1885
line wrap: on
line diff
--- a/src/gtkpounce.c	Mon Jun 02 21:14:50 2003 +0000
+++ b/src/gtkpounce.c	Mon Jun 02 21:51:06 2003 +0000
@@ -322,7 +322,7 @@
 static void
 pounce_cb(struct gaim_pounce *pounce, GaimPounceEvent events, void *data)
 {
-	struct gaim_conversation *conv;
+	GaimConversation *conv;
 	GaimAccount *account;
 	struct gaim_gtkpounce_data *pounce_data;
 	const char *pouncee;