im.pidgin.pidgin: 16aac1f231cfcd086d52cb58b975ea2d01399cb1

evands at pidgin.im evands at pidgin.im
Sat Nov 17 17:40:38 EST 2007


-----------------------------------------------------------------
Revision: 16aac1f231cfcd086d52cb58b975ea2d01399cb1
Ancestor: 9862e3117a69bfc830ef91a2257d8194cba7904a
Author: evands at pidgin.im
Date: 2007-11-17T20:00:25
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/msnp9/msn.c

ChangeLog: 

Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9

-------------- next part --------------
============================================================
--- libpurple/protocols/msnp9/msn.c	f11ad08c82dae188055e4ea33a9ea95c13d3f788
+++ libpurple/protocols/msnp9/msn.c	8a2a52639186e41cc15927c380d16fbf97aaa490
@@ -2218,4 +2218,4 @@ init_plugin(PurplePlugin *plugin)
 		PURPLE_CALLBACK(msn_uri_handler), NULL);
 }
 
+PURPLE_INIT_PLUGIN(msnp9, init_plugin, info);
-PURPLE_INIT_PLUGIN(msn, init_plugin, info);


More information about the Commits mailing list