Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 3606)
+++ /trunk/BNC/bncwindow.cpp	(revision 3607)
@@ -1875,7 +1875,4 @@
 void bncWindow::slotBncTextChanged(){
 
-  QPalette palette_white(QColor(255, 255, 255));
-  QPalette palette_gray(QColor(230, 230, 230));
-
   bool enable = true;
 
@@ -2024,4 +2021,6 @@
     enableWidget(enable8, _postNavFileChooser);
     enableWidget(enable8, _postCorrFileChooser);
+
+    enableWidget(!enable8, _pppMountLineEdit);
   }
 }
