diff plugins/tcl/signal-test.tcl @ 8117:e280d73ed07f

[gaim-migrate @ 8821] Since Gaim now shows plugin descriptions, this alters the Tcl API to collect them at registration time. NOTE THAT THIS CHANGES THE TCL API. Not that anyone uses it, but now I won't forget. Plugin registration will have to be changed in existing plugins, and a summary added ... see the appropriate part of the TCL-HOWTO for details. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 15 Jan 2004 23:11:46 +0000
parents fe9568f4055f
children 8f838ae3e710
line wrap: on
line diff
--- a/plugins/tcl/signal-test.tcl	Thu Jan 15 23:02:19 2004 +0000
+++ b/plugins/tcl/signal-test.tcl	Thu Jan 15 23:11:46 2004 +0000
@@ -99,6 +99,7 @@
 proc plugin_init { } {
 	list "Tcl Signal Test" \
              "$gaim::version" \
+	     "Tests Tcl signal handlers" \
              "Debugs a ridiculous amount of signal information." \
              "Ethan Blanton <eblanton@cs.purdue.edu>" \
              "http://gaim.sourceforge.net/"