diff options
| author | Peter Penz <[email protected]> | 2007-09-24 13:50:31 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-24 13:50:31 +0000 |
| commit | 772a55aafc2e558302d042eb65026b9b50302ccc (patch) | |
| tree | 5101245b249850864d5c82c243c75cd7043de129 /src/dolphinviewcontainer.h | |
| parent | f78bac99094a9fe485d7ca8dac93654a807430f0 (diff) | |
Restore the root URL when navigating through the history (this is important for views like the column view where the root URL might differ from the current URL).
svn path=/trunk/KDE/kdebase/apps/; revision=716310
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index f73fb8a26..b7cb4ca5b 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -201,6 +201,12 @@ private slots: */ void activate(); + /** + * Restores the current view to show \a url and assures + * that the root URL of the view is respected. + */ + void restoreView(const KUrl& url); + private: /** * Returns the default text of the status bar, if no item is |
