From: <ebl...@us...> - 2007-02-26 02:38:16
|
Revision: 18195 http://svn.sourceforge.net/gaim/?rev=18195&view=rev Author: eblanton Date: 2007-02-25 18:38:05 -0800 (Sun, 25 Feb 2007) Log Message: ----------- Somehow this was missed Modified Paths: -------------- trunk/libgaim/plugins/tcl/tcl.c Modified: trunk/libgaim/plugins/tcl/tcl.c =================================================================== --- trunk/libgaim/plugins/tcl/tcl.c 2007-02-25 03:19:08 UTC (rev 18194) +++ trunk/libgaim/plugins/tcl/tcl.c 2007-02-26 02:38:05 UTC (rev 18195) @@ -134,6 +134,7 @@ Tcl_CreateObjCommand(interp, "::gaim::core", tcl_cmd_core, (ClientData)NULL, NULL); Tcl_CreateObjCommand(interp, "::gaim::debug", tcl_cmd_debug, (ClientData)NULL, NULL); Tcl_CreateObjCommand(interp, "::gaim::notify", tcl_cmd_notify, (ClientData)NULL, NULL); + Tcl_CreateObjCommand(interp, "::gaim::plugins", tcl_cmd_plugins, (ClientData)NULL, NULL); Tcl_CreateObjCommand(interp, "::gaim::prefs", tcl_cmd_prefs, (ClientData)NULL, NULL); Tcl_CreateObjCommand(interp, "::gaim::presence", tcl_cmd_presence, (ClientData)NULL, NULL); Tcl_CreateObjCommand(interp, "::gaim::savedstatus", tcl_cmd_savedstatus, (ClientData)NULL, NULL); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |