pidgin/plugins/perl/common/GtkLog.xs

changeset 19476
5d1ac982b4d0
parent 19475
346a85c9c9dd
child 19477
f772c328d616
--- a/pidgin/plugins/perl/common/GtkLog.xs	Sun Aug 19 13:02:24 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkLog.xs	Sun Aug 19 13:04:20 2007 +0000
@@ -12,7 +12,7 @@
 	const char * screenname
 	Purple::Account account
 CODE:
-	pidgin_log_show(NULL, type, screename, account);
+	pidgin_log_show(NULL, type, screenname, account);
 
 void
 pidgin_log_show_contact(contact)

mercurial