Browse Source

Fix threading issue while widget's killing itself

pull/985/head
Dubslow 11 years ago
parent
commit
c31192abee
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA
  1. 3
      src/core.cpp

3
src/core.cpp

@ -1276,7 +1276,8 @@ void Core::switchConfiguration(const QString& profile) @@ -1276,7 +1276,8 @@ void Core::switchConfiguration(const QString& profile)
HistoryKeeper::resetInstance();
start();
Widget::getInstance()->setEnabledThreadsafe(true);
if (isReady())
Widget::getInstance()->setEnabledThreadsafe(true);
}
void Core::loadFriends()

Loading…
Cancel
Save