SVN commit 1037187 by binner: don't confuse compilers :-) M +1 -1 FontInst.cpp --- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/dbus/FontInst.cpp #1037186:1037187 @@ -630,7 +630,7 @@ result=Misc::fExists(file) ? QFile::remove(file) ? STATUS_OK - : result=KIO::ERR_WRITE_ACCESS_DENIED + : KIO::ERR_WRITE_ACCESS_DENIED : KIO::ERR_DOES_NOT_EXIST; if(STATUS_OK==result)