From a704468d5fd02d30cf962c8b2d6815c7e9208e5d Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 16 Jan 2005 16:09:49 +0000 Subject: menu fix --- (limited to 'kaddressbook/kabcore.cpp') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index c5a36e2..4098dda 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -2137,7 +2137,9 @@ void KABCore::addActionsManually() //US Now connect the actions with the menue entries. +#ifdef DESKTOP_VERSION mActionPrint->plug( fileMenu ); +#endif mActionMail->plug( fileMenu ); fileMenu->insertSeparator(); @@ -2157,9 +2159,11 @@ void KABCore::addActionsManually() #ifndef DESKTOP_VERSION if ( Ir::supported() ) fileMenu->insertItem( i18n("&Beam"), beamMenu ); #endif - +#if 0 + // PENDING fix MailVCard fileMenu->insertSeparator(); mActionMailVCard->plug( fileMenu ); +#endif #ifndef DESKTOP_VERSION if ( Ir::supported() ) mActionBR->plug( beamMenu ); if ( Ir::supported() ) mActionBeamVCard->plug( beamMenu ); -- cgit v0.9.0.2