diff libgaim/protocols/oscar/libaim.c @ 15063:2add613bc250

[gaim-migrate @ 17847] Fixed static compilation; libaim and libicq need to have unique plugin names, and those names should preferably match the names defined by the info struct committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 29 Nov 2006 22:36:03 +0000
parents ad564b48dab0
children c8957b9c6202
line wrap: on
line diff
--- a/libgaim/protocols/oscar/libaim.c	Wed Nov 29 18:05:25 2006 +0000
+++ b/libgaim/protocols/oscar/libaim.c	Wed Nov 29 22:36:03 2006 +0000
@@ -146,4 +146,4 @@
 	gaim_prefs_remove("/plugins/prpl/oscar/always_use_rv_proxy");
 }
 
-GAIM_INIT_PLUGIN(oscar, init_plugin, info);
+GAIM_INIT_PLUGIN(aim, init_plugin, info);