]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix regression introduced by SVN commit 1214916: The navigator should get the focus...
authorPeter Penz <peter.penz19@gmail.com>
Mon, 17 Jan 2011 17:39:36 +0000 (17:39 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Mon, 17 Jan 2011 17:39:36 +0000 (17:39 +0000)
CCMAIL: sebastian@sebastian-doerner.de

svn path=/trunk/KDE/kdebase/apps/; revision=1215110

src/dolphinmainwindow.cpp

index 3f3c1a3047eebba50368afc2989752645aef197f..0c9a1f4e7a84669864a097adcb2df4ae65adf0c6 100644 (file)
@@ -844,6 +844,7 @@ void DolphinMainWindow::replaceLocation()
 {
     KUrlNavigator* navigator = m_activeViewContainer->urlNavigator();
     navigator->setUrlEditable(true);
+    navigator->setFocus();
 
     // select the whole text of the combo box editor
     QLineEdit* lineEdit = navigator->editor()->lineEdit();  // krazy:exclude=qclasses