From 1c32caad4bf20d169203d05f9dbcac1d90402969 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 27 Jan 2005 17:15:25 +0000 Subject: another fix --- (limited to 'kaddressbook/kabcore.cpp') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index e34a7d3..e2e3a66 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -1414,7 +1414,11 @@ void KABCore::redo() // Refresh the view mViewManager->refreshView(); } - +void KABCore::setJumpButtonBar( bool visible ) +{ + setJumpButtonBarVisible(visible ); + saveSettings(); +} void KABCore::setJumpButtonBarVisible( bool visible ) { if (mMultipleViewsAtOnce) @@ -2004,7 +2008,7 @@ void KABCore::initActions() mActionJumpBar = new KToggleAction( i18n( "Show Jump Bar" ), 0, 0, actionCollection(), "options_show_jump_bar" ); - connect( mActionJumpBar, SIGNAL( toggled( bool ) ), SLOT( setJumpButtonBarVisible( bool ) ) ); + connect( mActionJumpBar, SIGNAL( toggled( bool ) ), SLOT( setJumpButtonBar( bool ) ) ); mActionDetails = new KToggleAction( i18n( "Show Details" ), "listview", 0, actionCollection(), "options_show_details" ); -- cgit v0.9.0.2