diff --git a/core/document.cpp b/core/document.cpp index bc0232a..b242b57 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -3457,7 +3457,8 @@ void Document::processAction( const Action * action ) } // Albert: this is not a leak! - new KRun( realUrl, widget() ); + KRun *r = new KRun( realUrl, d->m_widget ); + r->setRunExecutables(false); } } break;