SVN commit 1084691 by dfaure: fix ambiguous else M +2 -1 Helper.cpp --- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/dbus/Helper.cpp #1084690:1084691 @@ -321,11 +321,12 @@ QString(enable ? Misc::unhide(Misc::getFile(*ait)) : Misc::hide(Misc::getFile(*ait))); - if(to!=*ait) + if(to!=*ait) { if(renameFontFile(*ait, to)) movedAssoc[*ait]=to; else result=KIO::ERR_WRITE_ACCESS_DENIED; + } } } else