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

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdelibs/kdecore
From:       Stephan Binner <binner () kde ! org>
Date:       2004-05-29 13:42:38
Message-ID: 20040529134238.114AE126E7 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

Backport "wait for result if you want to check it" fix


  M +3 -3      kapplication.cpp   1.637.2.12


--- kdelibs/kdecore/kapplication.cpp  #1.637.2.11:1.637.2.12
@@ -2073,5 +2073,5 @@ void KApplication::invokeHelp( const QSt
    if ( !dcopClient()->isApplicationRegistered("khelpcenter") )
    {
-       if (startServiceByDesktopName("khelpcenter", url, &error, 0, 0, startup_id, true))
+       if (startServiceByDesktopName("khelpcenter", url, &error, 0, 0, startup_id, false))
        {
            kdWarning() << "Could not launch help:\n" << error << endl;
@@ -2103,5 +2103,5 @@ void KApplication::invokeHTMLHelp( const
    if ( !dcopClient()->isApplicationRegistered("khelpcenter") )
    {
-       if (startServiceByDesktopName("khelpcenter", url, &error, 0, 0, "", true))
+       if (startServiceByDesktopName("khelpcenter", url, &error, 0, 0, "", false))
        {
            kdWarning() << "Could not launch help:\n" << error << endl;


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

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