From kde-commits Tue Sep 07 09:29:26 2004 From: Juanjo Alvarez Date: Tue, 07 Sep 2004 09:29:26 +0000 To: kde-commits Subject: kdenonbeta/kdedebian/kalternatives Message-Id: <20040907092926.1EB1A9103 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109454940719886 CVS commit by juanjux: Some fixes. M +3 -4 src/altparser.cpp 1.2 R authors 1.1 --- kdenonbeta/kdedebian/kalternatives/src/altparser.cpp #1.1:1.2 @@ -20,5 +20,4 @@ #include "altparser.h" -#include #include #include @@ -121,5 +120,4 @@ bool Alternative::select() QString parstr = QString("/etc/alternatives/%1").arg(parsl->name); QFile parlink(parstr); - printf("XXX parstr: %s\n", parstr.ascii()); if(!parlink.remove()) { @@ -296,5 +294,4 @@ Alternative *Item::getAlternative(const for(a = alts->first(); a; a = alts->next()) { - printf("a->getPath: %s altpath: %s\n", a->getPath().ascii(), altpath.ascii()); if(a->getPath() == altpath) { @@ -362,5 +359,5 @@ AltFilesManager::AltFilesManager(const Q parseOk = false; } - debugPrintAlts(); + //debugPrintAlts(); } @@ -513,4 +510,5 @@ int AltFilesManager::compareItems(Item i */ +/* void AltFilesManager::debugPrintAlts() const { @@ -561,4 +559,5 @@ void AltFilesManager::debugPrintAlts() c } } +*/ /* // ************************************** Test