Index: trunk/BNC/bnccaster.cpp
===================================================================
--- trunk/BNC/bnccaster.cpp	(revision 2700)
+++ trunk/BNC/bnccaster.cpp	(revision 2701)
@@ -328,6 +328,5 @@
 
   connect(getThread, SIGNAL(newObs(QByteArray, bool, p_obs)),
-          this,      SLOT(newObs(QByteArray, bool, p_obs)),
-          Qt::DirectConnection);
+          this,      SLOT(newObs(QByteArray, bool, p_obs))); /// Qt::DirectConnection);
 
   connect(getThread, SIGNAL(getThreadFinished(QByteArray)), 
