[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/kfontinst/dbus
From:       Laurent Montel <montel () kde ! org>
Date:       2010-01-28 7:36:18
Message-ID: 1264664178.782084.31386.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1081304 by mlaurent:

Fix iterator


 M  +1 -1      Helper.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/dbus/Helper.cpp #1081303:1081304
@@ -224,7 +224,7 @@
                                 fromGid=toSystem ? gid : getgid();
 
         // Move fonts!
-        for(it=files.begin(); it!=end && FontInst::STATUS_OK==result; ++it)
+        for(it=files.constBegin(); it!=end && FontInst::STATUS_OK==result; ++it)
         {
             QString name(Utils::modifyName(Misc::getFile(*it))),
                     destFolder(Utils::getDestFolder(dest, name));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic