From a1ae8a0c130aef01923b9a00c95919e0a9fea9d7 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 17 Mar 2005 10:00:03 +0000 Subject: small kapi fixes --- (limited to 'kaddressbook') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 3f7a7da..e8f6132 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -1443,6 +1443,11 @@ void KABCore::setJumpButtonBarVisible( bool visible ) mJumpButtonBar->hide(); } } + if ( visible ) { + if ( mIncSearchWidget->currentItem() == 0 ) { + message( i18n("Change search field enable jump bar") ); + } + } } -- cgit v0.9.0.2