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

List:       kde-commits
Subject:    KDE/kdelibs/kinit
From:       David Faure <faure () kde ! org>
Date:       2009-06-29 11:26:35
Message-ID: 1246274795.606363.1007.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 989084 by dfaure:

Don't confuse people with debug output about opening libkdeinit4_kwrited.so and \
failing at that, when it simply doesn't exist.


 M  +4 -0      kinit.cpp  


--- trunk/KDE/kdelibs/kinit/kinit.cpp #989083:989084
@@ -458,6 +458,10 @@
                 libpath = QString( lib ).replace( QLatin1String( "/bin/" ),
                     QLatin1String("/lib" KDELIBSUFF "/libkdeinit4_")) + \
QLatin1String(".so");  }
+            // Don't confuse the user with "Could not load libkdeinit4_foo.so" if it \
doesn't exist +            if (!QFile::exists(libpath)) {
+                libpath = QString();
+            }
             execpath = exec;
         }
     }


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

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