From c503452d56003ddb05e3266865abf02b04e0b785 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Mon, 29 Oct 2012 20:54:53 +0100 Subject: Fix Bug 153984 - Clicking cancel on the authentication dialog for fish/sftp/ftp kioslave gets dolphin stuck on "Loading folder" BUG: 153984 REVIEW: 107116 --- src/dolphinviewcontainer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 8a0309b0c..0300273c1 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -195,6 +195,12 @@ private slots: */ void slotDirectoryLoadingCompleted(); + /** + * Updates the statusbar to show, that the directory loading has + * been canceled. + */ + void slotDirectoryLoadingCanceled(); + /** * Is called if the URL set by DolphinView::setUrl() represents * a file and not a directory. Takes care to activate the file. -- cgit v1.3