Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 185

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.1.92/kdm/kfrontend/liloinfo.cpp--	2003-10-09 21:22:41.000000000 -0400
+++ kdebase-3.1.92/kdm/kfrontend/liloinfo.cpp	2003-10-09 21:22:50.000000000 -0400
@@ -130,7 +130,7 @@ LiloProcess::LiloProcess ( const QString
 			   const QString &bootmaplocation ) :
     KProcess()
 {
-    *this << lilolocation << "-m" << bootmaplocation << "-w";
+    *this << lilolocation << "-m" << bootmaplocation;
 
     connect ( this, SIGNAL(receivedStdout(KProcess *, char *, int)),
 	      SLOT(processStdout(KProcess *, char *, int)) );