Mercurial > pidgin.yaz
comparison libpurple/protocols/msnp9/msn.c @ 21578:e26890a63ff6
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
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sat, 17 Nov 2007 20:00:25 +0000 |
parents | dee0c2dc1a85 |
children | f9738214f308 |
comparison
equal
deleted
inserted
replaced
21577:ea34884fd5c3 | 21578:e26890a63ff6 |
---|---|
2216 | 2216 |
2217 purple_signal_connect(purple_get_core(), "uri-handler", plugin, | 2217 purple_signal_connect(purple_get_core(), "uri-handler", plugin, |
2218 PURPLE_CALLBACK(msn_uri_handler), NULL); | 2218 PURPLE_CALLBACK(msn_uri_handler), NULL); |
2219 } | 2219 } |
2220 | 2220 |
2221 PURPLE_INIT_PLUGIN(msn, init_plugin, info); | 2221 PURPLE_INIT_PLUGIN(msnp9, init_plugin, info); |