Mercurial > pidgin.yaz
changeset 15650:e9a87896557e
I like being able to compile :-)
(some name changes in the perl stuff)
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 16 Feb 2007 16:25:26 +0000 |
parents | e86623eb3b79 |
children | 756c1e813b25 |
files | pidgin/plugins/perl/common/GtkConv.xs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")));