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

List:       kde-commits
Subject:    branches/KDE/4.2/kdelibs/kinit
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2009-03-25 4:26:27
Message-ID: 1237955187.697590.7079.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 944117 by reed:

bad patch, this was fixed properly in trunk

 M  +2 -2      kinit.cpp  


--- branches/KDE/4.2/kdelibs/kinit/kinit.cpp #944116:944117
@@ -641,9 +641,9 @@
 
         setup_tty( tty );
 
-        QByteArray executable = execpath.data();
+        QByteArray executable = execpath;
 #ifdef Q_WS_MAC
-        QString bundlepath = s_instance->dirs()->findExe(QString::fromLatin1(execpath.data()));
+        QString bundlepath = s_instance->dirs()->findExe(QFile::decodeName(executable));
         if (!bundlepath.isEmpty())
            executable = QFile::encodeName(bundlepath);
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

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