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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/config
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2009-01-08 20:25:55
Message-ID: 1231446355.977235.1368.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 907849 by lunakl:

QProcess apparently doesn't need explicit conversion to local8bit.



 M  +1 -1      kconfig.cpp  


--- trunk/KDE/kdelibs/kdecore/config/kconfig.cpp #907848:907849
@@ -672,7 +672,7 @@
         if (!cmdToExec.isEmpty() && componentData().isValid())
         {
             QProcess::execute(cmdToExec,QStringList() << "--title" << componentData().componentName()
-                    << "--msgbox" << errorMsg.toLocal8Bit());
+                    << "--msgbox" << errorMsg);
         }
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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