changeset 19960:bac8cdd0537f

Typo
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 19 Aug 2007 13:04:20 +0000
parents ff8aaa52b44d
children 0b4c970e62ee
files pidgin/plugins/perl/common/GtkLog.xs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)