diff -r 80cd75daf80f -r 7764cbe4ddd7 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Tue Oct 25 13:30:02 2011 +0400 +++ b/QTfrontend/hwform.cpp Tue Oct 25 19:46:59 2011 +0200 @@ -455,10 +455,6 @@ void HWForm::OnPageShown(quint8 id, quint8 lastid) { - // with all those signals firing around make sure we don't switch a page - // at the same time in different threads - onPageShownMutex.lock(); - #ifdef USE_XFIRE updateXfire(); #endif @@ -539,8 +535,6 @@ else if (id == ID_PAGE_ROOMSLIST) ui.pageRoomsList->chatWidget->loadLists(ui.pageOptions->editNetNick->text()); - - onPageShownMutex.unlock(); } void HWForm::GoToPage(int id)