From f56446a61aec0b8aababd4a306bdb2305b282c29 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 16 Jan 2009 13:21:33 +0000 Subject: Repair redirections in DolphinPart, it used to notify of redirections by connecting to urlChanged, but iirc there were recent changes which make dolphinview emit redirection instead of urlChanged in that case Makes me wonder if urlChanged is still useful for anything? CCMAIL: peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=911974 --- src/dolphinpart.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/dolphinpart.h') diff --git a/src/dolphinpart.h b/src/dolphinpart.h index d1c5b3c7f..04e343d95 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -143,9 +143,18 @@ private Q_SLOTS: /** * Informs the host that we are opening \a url (e.g. after a redirection). + * ########### not sure this is still called... seems not. */ void slotUrlChanged(const KUrl& url); + /** + * Informs the host that we are opening \a url (e.g. after a redirection + * coming from KDirLister). + * Testcase 1: fish://localhost + * Testcase 2: showing a directory that is being renamed by another window (#180156) + */ + void slotRedirection(const KUrl& oldUrl, const KUrl& newUrl); + /** * Updates the state of the 'Edit' menu actions and emits * the signal selectionChanged(). -- cgit v1.3