pidgin/plugins/perl/common/GtkConv.xs

changeset 15711
cd8a32e0e0b5
parent 15590
c07dd12bf3f4
child 15899
75f0041f72b8
--- a/pidgin/plugins/perl/common/GtkConv.xs	Fri Feb 16 00:53:06 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkConv.xs	Fri Feb 16 16:25:26 2007 +0000
@@ -37,7 +37,7 @@
 pidgin_conv_get_gtkconv(conv)
 	Gaim::Conversation conv
 PPCODE:
-	if (conv != NULL && GAIM_IS_GTK_CONVERSATION(conv))
+	if (conv != NULL && PIDGIN_IS_PIDGIN_CONVERSATION(conv))
 		XPUSHs(sv_2mortal(gaim_perl_bless_object(
 				PIDGIN_CONVERSATION(conv),
 				"Pidgin::Conversation")));

mercurial