diff options
Diffstat (limited to 'kde-base/konqueror/files/konqueror-3.5.0-location-bar-focus.patch')
-rw-r--r-- | kde-base/konqueror/files/konqueror-3.5.0-location-bar-focus.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-base/konqueror/files/konqueror-3.5.0-location-bar-focus.patch b/kde-base/konqueror/files/konqueror-3.5.0-location-bar-focus.patch deleted file mode 100644 index aef33c5ed2cf..000000000000 --- a/kde-base/konqueror/files/konqueror-3.5.0-location-bar-focus.patch +++ /dev/null @@ -1,13 +0,0 @@ -# Patch to fix location bar focus KDE bugzilla -# http://bugs.kde.org/show_bug.cgi?id=117031, Gentoo bug 114329. ---- konqueror/konq_mainwindow.cc.orig 2005-12-03 12:34:06.000000000 +0000 -+++ konqueror/konq_mainwindow.cc 2005-12-03 12:34:44.000000000 +0000 -@@ -3648,7 +3648,7 @@ - - void KonqMainWindow::focusLocationBar() - { -- if ( m_combo->isVisible() ) -+ if ( m_combo->isVisible() || !isVisible() ) - m_combo->setFocus(); - } - |