comparison libgaim/protocols/oscar/libicq.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
148 gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE); 148 gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE);
149 gaim_prefs_add_bool("/plugins/prpl/oscar/show_idle", FALSE); 149 gaim_prefs_add_bool("/plugins/prpl/oscar/show_idle", FALSE);
150 gaim_prefs_remove("/plugins/prpl/oscar/always_use_rv_proxy"); 150 gaim_prefs_remove("/plugins/prpl/oscar/always_use_rv_proxy");
151 } 151 }
152 152
153 GAIM_INIT_PLUGIN(oscar, init_plugin, info); 153 GAIM_INIT_PLUGIN(icq, init_plugin, info);