comparison libpurple/protocols/oscar/libaim.c @ 28502:a990da4540d3

oscar: Remove the simultaneous logins option from ICQ accounts. Marcus pointed out that it's only useful for AIM.
author Paul Aurich <paul@darkrain42.org>
date Wed, 04 Nov 2009 19:05:30 +0000
parents ff29208e03ef
children 81a60d12897f
comparison
equal deleted inserted replaced
28501:cf9ea9f2c0bb 28502:a990da4540d3
139 }; 139 };
140 140
141 static void 141 static void
142 init_plugin(PurplePlugin *plugin) 142 init_plugin(PurplePlugin *plugin)
143 { 143 {
144 oscar_init(PURPLE_PLUGIN_PROTOCOL_INFO(plugin)); 144 oscar_init(plugin);
145 } 145 }
146 146
147 PURPLE_INIT_PLUGIN(aim, init_plugin, info); 147 PURPLE_INIT_PLUGIN(aim, init_plugin, info);