Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 9247)
+++ trunk/BNC/src/bncwindow.cpp	(revision 9250)
@@ -2196,4 +2196,7 @@
   if (iRet == QMessageBox::Yes) {
     BNC_CORE->stopPPP();
+    if (_mapWin) {
+      slotMapPPPClosed();
+    }
     BNC_CORE->stopCombination();
     delete _caster;    _caster    = 0; BNC_CORE->setCaster(0);
Index: trunk/BNC/src/latencychecker.cpp
===================================================================
--- trunk/BNC/src/latencychecker.cpp	(revision 9247)
+++ trunk/BNC/src/latencychecker.cpp	(revision 9250)
@@ -322,5 +322,5 @@
   if (_miscIntr > 0 ) {
     t_latency& l = _lObs;
-    l._type =  "Observations";
+    l._type =  "Observations      ";
     QListIterator<t_satObs> it(obsList);
     while (it.hasNext()) {
Index: trunk/BNC/src/pppMain.cpp
===================================================================
--- trunk/BNC/src/pppMain.cpp	(revision 9247)
+++ trunk/BNC/src/pppMain.cpp	(revision 9250)
@@ -103,5 +103,4 @@
       t_pppThread* pppThread = it.next();
       pppThread->exit();
-//#ifdef BNC_DEBUG
       if (BNC_CORE->mode() != t_bncCore::interactive) {
         while(!pppThread->isFinished()) {
@@ -110,5 +109,4 @@
         delete pppThread;
      }
-//#endif
     }
     _pppThreads.clear();
