From 896bea1ee64705bfc8753d7b3d1d51fddf43efaf Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 22 Oct 2002 02:20:37 +0000 Subject: gak 2 --- (limited to 'noncore') diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index 9192099..f275fbe 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp @@ -473,19 +473,19 @@ bool FormatterApp::doFsck() { Output *outDlg; QString selectedDevice; -#if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) +// #if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) selectedDevice = deviceComboBox->currentText(); QString mountPoint = mountPointLineEdit->text(); QString umountS = "umount -v "+mountPoint+" 2>&1"; QString remountS = "mount -v "+mountPoint+" 2>&1"; -#else - // for testing -// currentText = diskDevice = "/dev/fd0"; - QString umountS = "umount -v /floppy 2>&1"; - QString remountS = "mount -v /floppy 2>&1"; - selectedDevice ="/dev/fd0"; +// #else +// // for testing +// // currentText = diskDevice = "/dev/fd0"; +// QString umountS = "umount -v /floppy 2>&1"; +// QString remountS = "mount -v /floppy 2>&1"; +// selectedDevice ="/dev/fd0"; -#endif +// #endif QString fsType = getFileSystemType((const QString &)selectedDevice); QString cmd; @@ -518,7 +518,8 @@ bool FormatterApp::doFsck() { while ( fgets( line, sizeof line, fp)) { if( ((QString)line).find("busy",0,TRUE) != -1) { qDebug("Could not find '" + umountS); - QMessageBox::warning( this, tr("Formatter"), tr("Could not umount.\nDevice is busy!"), tr("&OK") ); + QMessageBox::warning( this, tr("Formatter"), + tr("Could not umount.\nDevice is busy!"), tr("&OK") ); pclose(fp); return false; } else { -- cgit v0.9.0.2