SVN commit 996912 by teve: Backported Pradeepto's commit r993295 to 4.3 branch CCBUG:171185 M +1 -0 kfmclient.cpp --- branches/KDE/4.3/kdebase/apps/konqueror/client/kfmclient.cpp #996911:996912 @@ -339,6 +339,7 @@ // TODO we don't handle tempFile here, but most likely the external browser doesn't support it, // so we should sleep and delete it ourselves.... + KGlobal::setAllowQuit( true ); KRun * run = new KRun( url, 0L, false, false /* no progress window */ ); QObject::connect( run, SIGNAL( finished() ), qApp, SLOT( delayedQuit() )); QObject::connect( run, SIGNAL( error() ), qApp, SLOT( delayedQuit() ));