┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-03-29 18:35:50 +0200
committerPeter Penz <[email protected]>2011-03-29 18:37:40 +0200
commit5ff682d852a07b5121e49d8ed2a239b0a1762b6b (patch)
tree38f8e4626b9e42856e6a2ca15b1057b8e8bf5efe /src/dolphinmainwindow.h
parent2dcc433ab2c353a40e3c65f3df46e8a1eac697cc (diff)
Readd the "go home" action
It got accidently lost during the menu-button changes. Also the clearStatusBar() calls have been removed as this is handled in the DolphinViewContainer internally since a long time already.
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 10fcf57fd..87f29e865 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -272,6 +272,9 @@ private slots:
/** Goes up one hierarchy of the current URL. */
void goUp();
+ /** Changes the location to the home URL. */
+ void goHome();
+
/**
* Open the previous URL in the URL history in a new tab
* if the middle mouse button is clicked.