Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 712490
Collapse All | Expand All

(-)a/core/document.cpp (-2 / +2 lines)
Lines 4388-4394 void Document::processAction( const Action * action ) Link Here
4388
                {
4388
                {
4389
                    const QUrl realUrl = KIO::upUrl(d->m_url).resolved(url);
4389
                    const QUrl realUrl = KIO::upUrl(d->m_url).resolved(url);
4390
                    // KRun autodeletes
4390
                    // KRun autodeletes
4391
                    new KRun( realUrl, d->m_widget );
4391
                    KRun *r = new KRun( realUrl, d->m_widget );
4392
                    r->setRunExecutables(false);
4392
                }
4393
                }
4393
            }
4394
            }
4394
            } break;
4395
            } break;
4395
- 

Return to bug 712490