summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2007-07-20 19:57:48 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2007-07-20 19:57:48 +0000
commitca11bd779b96bbae8bdb814237da60ec57b63a26 (patch)
treee0180066e1d78566e974c39b8894eb000d7e740a /kde-base/kdebase/files/konqueror-3.5.7-location.patch
parentVersion bump wrt security #185737 (diff)
downloadhistorical-ca11bd779b96bbae8bdb814237da60ec57b63a26.tar.gz
historical-ca11bd779b96bbae8bdb814237da60ec57b63a26.tar.bz2
historical-ca11bd779b96bbae8bdb814237da60ec57b63a26.zip
Applied patch to prevent URI address bar spoofing, should solve bug 185603.
Package-Manager: portage-2.1.3_rc8
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 )