SVN commit 656557 by siraj: les see if this woks M +3 -1 kbfxplasmadataplugin.cpp --- trunk/playground/base/kbfx_plasma/plugins/applications/kbfxplasmadataplugin.cpp #656556:656557 @@ -98,6 +98,7 @@ KServiceGroup::Ptr service = KServiceGroup::group ( "/" ); if ( service == NULL) { + /* int messageBoxUserResReturn = KMessageBox::questionYesNo ( 0, tr2i18n ( "

There is a problem in KDE Menu services!
KBFX can try to autorepair this problem.
Should KBFX autorepair this problem?

" ), tr2i18n ( "Problem in KDE Menu Services" ), @@ -112,7 +113,8 @@ m_kickerPanel.call("restart()"); } } - return new KbfxDataStack(); + */ + return new KbfxDataStack(); } service->setShowEmptyMenu ( false );