From 4bccabca1bd705f24a35ed1ea31fc6d185c2b442 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 18 Sep 2009 17:14:03 +0000 Subject: Update the controller's url upon redirection, otherwise pasting would paste into the old url. #186947 svn path=/trunk/KDE/kdebase/apps/; revision=1025406 --- src/dolphinview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 57bf5d2f9..b0d78482a 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -694,6 +694,12 @@ private slots: */ void restoreSelection(); + /** + * Called when a redirection happens. + * Testcase: fish://localhost + */ + void slotRedirection(const KUrl& oldUrl, const KUrl& newUrl); + private: void loadDirectory(const KUrl& url, bool reload = false); -- cgit v1.3