CVS commit by orlovich: Konqueror can open directories too, believe it or not. (I really should be working on a presentation, but this took all of 5 minutes to fix) BUG:73833 M +1 -0 konq_mainwindow.cc 1.1418 --- kdebase/konqueror/konq_mainwindow.cc #1.1417:1.1418 @@ -1391,4 +1391,5 @@ void KonqMainWindow::slotOpenLocation() currentDir = m_currentView->url().path(1); dlg.urlRequester()->completionObject()->setDir( currentDir ); + dlg.urlRequester()->setMode( KFile::File | KFile::Directory | KFile::ExistingOnly ); dlg.exec(); const KURL& url = dlg.selectedURL();