summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdebase/files/konqueror-3.5.7-location.patch')
-rw-r--r--kde-base/kdebase/files/konqueror-3.5.7-location.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-base/kdebase/files/konqueror-3.5.7-location.patch b/kde-base/kdebase/files/konqueror-3.5.7-location.patch
new file mode 100644
index 000000000000..7061e6a1b940
--- /dev/null
+++ b/kde-base/kdebase/files/konqueror-3.5.7-location.patch
@@ -0,0 +1,12 @@
+Index: konqueror/konq_combo.cc
+===================================================================
+--- konqueror/konq_combo.cc (revision 643782)
++++ konqueror/konq_combo.cc (working copy)
+@@ -158,6 +158,7 @@
+ kapp->dcopClient()->send( "konqueror*", "KonquerorIface",
+ "addToCombo(QString,QCString)", data);
+ }
++ lineEdit()->setCursorPosition( 0 );
+ }
+
+ void KonqCombo::setTemporary( const QString& text )