Mercurial > pidgin
diff libpurple/protocols/oscar/libaim.c @ 30647:4297feb30ad1
Merged everything related to ICQ server changes.
applied changes from b6d7712e90b68610df3bd2d8cbaf46d94c8b3794
through d849dc2a852a4ffdd345a150f0b88ab37de36e36
applied changes from 7aedaac3ed815cab16d758474a829d5ec5a59e4b
through d849dc2a852a4ffdd345a150f0b88ab37de36e36
author | ivan.komarov@soc.pidgin.im |
---|---|
date | Sat, 30 Oct 2010 21:36:34 +0000 |
parents | 50d472b3d752 |
children | 7c33eaed54e5 |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/libaim.c Sat Oct 30 21:27:00 2010 +0000 +++ b/libpurple/protocols/oscar/libaim.c Sat Oct 30 21:36:34 2010 +0000 @@ -143,7 +143,7 @@ static void init_plugin(PurplePlugin *plugin) { - oscar_init(plugin); + oscar_init(plugin, FALSE); } PURPLE_INIT_PLUGIN(aim, init_plugin, info);