From: <sea...@us...> - 2006-11-03 22:16:05
|
Revision: 17665 http://svn.sourceforge.net/gaim/?rev=17665&view=rev Author: seanegan Date: 2006-11-03 14:15:51 -0800 (Fri, 03 Nov 2006) Log Message: ----------- I just noticed this was broken Modified Paths: -------------- trunk/libgaim/plugins/codeinline.c Modified: trunk/libgaim/plugins/codeinline.c =================================================================== --- trunk/libgaim/plugins/codeinline.c 2006-11-03 19:17:08 UTC (rev 17664) +++ trunk/libgaim/plugins/codeinline.c 2006-11-03 22:15:51 UTC (rev 17665) @@ -51,6 +51,8 @@ plugin_handle = plugin; gaim_signal_connect(handle, "writing-im-msg", plugin, GAIM_CALLBACK(outgoing_msg_cb), NULL); + gaim_signal_connect(handle, "sending-im-msg", plugin, + GAIM_CALLBACK(outgoing_msg_cb), NULL); return TRUE; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |