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

List:       kde-commits
Subject:    KDE/kdevplatform/shell
From:       Niko Sams <niko.sams () gmail ! com>
Date:       2009-11-20 20:36:31
Message-ID: 1258749391.306146.4332.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1052130 by nsams:

Fix changing launcher.

 M  +1 -2      launchconfiguration.cpp  


--- trunk/KDE/kdevplatform/shell/launchconfiguration.cpp #1052129:1052130
@@ -145,8 +145,7 @@
     QStringList launchers = baseGroup.readEntry( "Configured Launchers", QStringList() );
     if( launchers.count() > idx )
     {
-        launchers.insert( idx, id );
-        launchers.removeAt( idx );
+        launchers.replace(idx, id);
     } else
     {
         launchers.append( id );
[prev in list] [next in list] [prev in thread] [next in thread] 

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