Fix regression introduced by SVN commit 1214916: The navigator should get the focus when "Replace Location" is invoked.

CCMAIL: sebastian@sebastian-doerner.de

svn path=/trunk/KDE/kdebase/apps/; revision=1215110
This commit is contained in:
Peter Penz 2011-01-17 17:39:36 +00:00
parent 4d3e52e92e
commit 75a6e8fb2a

View 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