From kde-commits Sun Oct 18 14:46:19 2009 From: Stephan Binner Date: Sun, 18 Oct 2009 14:46:19 +0000 To: kde-commits Subject: KDE/kdebase/workspace/kcontrol/kfontinst/dbus Message-Id: <1255877179.257338.14225.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125587718719518 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)