diff --git a/retroshare-gui/src/gui/ForumsDialog.cpp b/retroshare-gui/src/gui/ForumsDialog.cpp index a51ababce..b7b23af4b 100644 --- a/retroshare-gui/src/gui/ForumsDialog.cpp +++ b/retroshare-gui/src/gui/ForumsDialog.cpp @@ -832,7 +832,7 @@ void ForumsDialog::insertThreads() } // connect thread - connect(fillThread, SIGNAL(finished()), this, SLOT(fillThreadFinished())); + connect(fillThread, SIGNAL(finished()), this, SLOT(fillThreadFinished()), Qt::BlockingQueuedConnection); connect(fillThread, SIGNAL(progress(int,int)), this, SLOT(fillThreadProgress(int,int))); // start thread