From: <ev...@us...> - 2006-07-20 13:04:42
|
Revision: 16528 Author: evands Date: 2006-07-20 06:04:35 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16528&view=rev Log Message: ----------- Fixed sametime prpl when using static compilation. Modified Paths: -------------- trunk/src/protocols/sametime/sametime.c Modified: trunk/src/protocols/sametime/sametime.c =================================================================== --- trunk/src/protocols/sametime/sametime.c 2006-07-20 12:53:46 UTC (rev 16527) +++ trunk/src/protocols/sametime/sametime.c 2006-07-20 13:04:35 UTC (rev 16528) @@ -75,7 +75,7 @@ I don't know why I even bother providing these. Oh valiant reader, I do it all for you. */ /* scratch that, I just added it to the prpl options panel */ -#define PLUGIN_ID "prpl-meanwhile" +#define PLUGIN_ID "prpl-sametime" #define PLUGIN_NAME "Sametime" #define PLUGIN_SUMMARY "Sametime Protocol Plugin" #define PLUGIN_DESC "Open implementation of a Lotus Sametime client" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |