comparison 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
comparison
equal deleted inserted replaced
15062:86e334f620ca 15063:2add613bc250
144 gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE); 144 gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE);
145 gaim_prefs_add_bool("/plugins/prpl/oscar/show_idle", FALSE); 145 gaim_prefs_add_bool("/plugins/prpl/oscar/show_idle", FALSE);
146 gaim_prefs_remove("/plugins/prpl/oscar/always_use_rv_proxy"); 146 gaim_prefs_remove("/plugins/prpl/oscar/always_use_rv_proxy");
147 } 147 }
148 148
149 GAIM_INIT_PLUGIN(oscar, init_plugin, info); 149 GAIM_INIT_PLUGIN(aim, init_plugin, info);