changeset 6698:fe9568f4055f

[gaim-migrate @ 7224] ] committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 02 Sep 2003 03:54:52 +0000
parents c08d32c3213e
children 12169973c663
files plugins/tcl/signal-test.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/tcl/signal-test.tcl	Tue Sep 02 03:50:07 2003 +0000
+++ b/plugins/tcl/signal-test.tcl	Tue Sep 02 03:54:52 2003 +0000
@@ -75,7 +75,7 @@
 }
 
 gaim::signal connect [gaim::connection handle] signed-on { gc } {
-	gaim::debug -info "tcl signal" "signed-on [gaim::account username [gaim::connection account $gc]"
+	gaim::debug -info "tcl signal" "signed-on [gaim::account username [gaim::connection account $gc]]"
 }
 
 gaim::signal connect [gaim::connection handle] signed-off { gc } {