diff options
| author | Peter Penz <[email protected]> | 2008-02-07 07:27:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-07 07:27:06 +0000 |
| commit | 368e7d615a0c32aae84956c35d97ca987e7d728c (patch) | |
| tree | 3ad48a15ffe09c7e372bb56147540a9ddaa262d3 /src/dolphinmainwindow.h | |
| parent | d38bb6891a4048dd666cad27a38d7b7a2463dfb5 (diff) | |
Fixed issue that the "Show Full Location" action is not synchronized with the editable state of the URL navigator (thanks to David Benjamin for the patch).
BUG: 156891
svn path=/trunk/KDE/kdebase/apps/; revision=771918
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 37cdcb43e..edc5c1bd6 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -312,7 +312,7 @@ private slots: void zoomOut(); /** - * Toggles between edit and brose mode of the navigation bar. + * Toggles between edit and browse mode of the navigation bar. */ void toggleEditLocation(); @@ -376,6 +376,9 @@ private slots: /** Updates the state of the 'Additional Information' actions. */ void slotAdditionalInfoChanged(); + /** Updates the state of the 'Show Full Location' action. */ + void slotEditableStateChanged(bool editable); + /** * Updates the state of the 'Edit' menu actions and emits * the signal selectionChanged(). |
