Branch: refs/heads/1.8-stable
Home:
https://github.com/licq-im/licq
Commit: 38dfae4756a7adea5625e19e33fc72f1844c0f57
https://github.com/licq-im/licq/commit/38dfae4756a7adea5625e19e33fc72f1844c0f57
Author: Erik Johansson <
er...@licq.org>
Date: 2014-01-15 (Wed, 15 Jan 2014)
Changed paths:
M licq/src/plugin/pluginmanager.cpp
Log Message:
-----------
core: don't start any plugin instance in PluginManager::startProtocolPlugin
As PluginManager::startAllPlugins() have already been called, the instance is
started in createProtocolOwner() which is called by
gUserManager.loadProtocol(). Trying to start it again in startProtocolPlugin()
is a bad idea and makes licq assert.
Fixes #43