diff options
| author | Peter Penz <[email protected]> | 2011-01-17 17:39:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-01-17 17:39:36 +0000 |
| commit | 75a6e8fb2ae418960769d4870f4b3dbabb20d049 (patch) | |
| tree | 78e0be930192132853b6d96a4dd3b1ef9418bd89 /src | |
| parent | 4d3e52e92e75195b4852e0899498dd7680c0e667 (diff) | |
Fix regression introduced by SVN commit 1214916: The navigator should get the focus when "Replace Location" is invoked.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1215110
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 3f3c1a304..0c9a1f4e7 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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 |
