From c349180c08418460a81a261f42df0434e0d18f78 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 12 Aug 2007 17:48:29 +0000 Subject: * fixed issue that when having a split view, that both views get the same color after OK or Apply has been pressed inside the Dolphin settings dialog * prepare for toggling the view icon depending from the activation state svn path=/trunk/KDE/kdebase/apps/; revision=699311 --- src/dolphinmainwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index f8c0367e8..b23e34136 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -457,11 +457,11 @@ private: /** * Updates the text of the split action: - * If \a isSplit is true, the text is set to "Split", + * If two views are shown, the text is set to "Split", * otherwise the text is set to "Join". The icon - * is updated to match with the text. + * is updated to match with the text and the currently active view. */ - void updateSplitAction(bool isSplit); + void updateSplitAction(); private: /** -- cgit v1.3.1