File hide-misleading-message.diff of Package k3b
--- src/k3bsystemproblemdialog.cpp
+++ src/k3bsystemproblemdialog.cpp 2005/08/01 09:02:42
@@ -309,7 +309,10 @@
atapiWriter = true;
if( it.current()->type() & K3bDevice::DEVICE_DVD_R_DL )
dvd_r_dl = true;
-
+#if 0
+ // misleading message, fstab entries do not exist and the problem
+ // exists also without automount. We do need a locking mechanism
+ // to solve this issue finaly
if( it.current()->automount() ) {
problems.append( K3bSystemProblem( K3bSystemProblem::NON_CRITICAL,
i18n("Writing device %1 - %2 is automounted.")
@@ -321,6 +324,7 @@
"ones."),
false ) );
}
+#endif
}
if( atapiWriter ) {