Index: /trunk/BNC/src/bncwindow.cpp
===================================================================
--- /trunk/BNC/src/bncwindow.cpp	(revision 5235)
+++ /trunk/BNC/src/bncwindow.cpp	(revision 5236)
@@ -2938,4 +2938,9 @@
 #ifdef QT_WEBKIT
   saveOptions();
+  enableWidget(false, _mapWinButton);
+  enableWidget(false, _gmRadioButton);
+  enableWidget(false, _osmRadioButton);
+  enableWidget(false, _mapWinTraceCheckBox);
+  enableWidget(false, _mapSpeedSlider);
   if (!_mapWin) {
     _mapWin = new bncMapWin(this);
@@ -2963,7 +2968,7 @@
 void bncWindow::slotMapPPPClosed() {
 #ifdef QT_WEBKIT
-  qDebug() << "slotMapPPPClosed";
   delete _mapWin;
   _mapWin = 0;
+  slotBncTextChanged();
 #endif
 }
