# HG changeset patch # User Luke Schierer # Date 1171643126 0 # Node ID e9a87896557ec7a964d6dfb16cc9cd76dd3f4a9f # Parent e86623eb3b795f3a70693e0b61f40779dfcb67e5 I like being able to compile :-) (some name changes in the perl stuff) diff -r e86623eb3b79 -r e9a87896557e pidgin/plugins/perl/common/GtkConv.xs --- 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")));