From kde-commits Sat Apr 21 17:50:54 2007 From: Siraj Razick Date: Sat, 21 Apr 2007 17:50:54 +0000 To: kde-commits Subject: playground/base/kbfx_plasma/plugins/applications Message-Id: <1177177854.262376.9475.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117717786224285 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 );