changeset 5408:2af3224b329a

[gaim-migrate @ 5784] I hope this is right :) It'll shut up the errors in the debug window anyway. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 17 May 2003 01:48:09 +0000
parents a93a1a443691
children b70d6ebfc358
files plugins/perl/perl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl.c	Sat May 17 01:44:42 2003 +0000
+++ b/plugins/perl/perl.c	Sat May 17 01:48:09 2003 +0000
@@ -932,6 +932,7 @@
 
 	/* Make a pretty array of char*'s with which to call perl functions */
 	switch (event) {
+	case event_connecting:
 	case event_signon:
 	case event_signoff:
 		g_snprintf(tmpbuf1, 16, "%lu", (unsigned long)arg1);