emit started(0); // get the wheel to spin
m_dirLister->setNameFilter(m_nameFilter);
m_view->setUrl(url);
+ updatePasteAction();
emit aboutToOpenURL();
if (reload)
m_view->reload();
//If the URL is local after the above conversion, set the directory.
if (u.isLocalFile()) {
- dir = u.path();
+ dir = u.toLocalFile();
}
KToolInvocation::invokeTerminal(QString(), dir);