diff options
| author | Peter Penz <[email protected]> | 2007-06-03 14:07:45 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-03 14:07:45 +0000 |
| commit | 19dadee2cfd4471d795b2b72ac0541124aa505ce (patch) | |
| tree | 47b4899f6ebbf4cf218477b7b213014720f91432 /src/dolphinmainwindow.h | |
| parent | 2d8209f0727c16dfb87e990cea4bab7afc0373f2 (diff) | |
also toggle the text between "Split" and "Join" for the split action
svn path=/trunk/KDE/kdebase/apps/; revision=671018
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 8d44a1086..6838b61b0 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -431,6 +431,14 @@ private: */ void connectViewSignals(int viewIndex); + /** + * Updates the text of the split action: + * If \a isSplit is true, the text is set to "Split", + * otherwise the text is set to "Join". The icon + * is updated to match with the text. + */ + void updateSplitAction(bool isSplit); + private: /** * DolphinMainWindowsupports only one or two views, which |
