From kde-commits Mon Sep 07 15:57:26 2009 From: =?utf-8?q?Ivan=20=C4=8Cuki=C4=87?= Date: Mon, 07 Sep 2009 15:57:26 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/applets/kickoff/ui Message-Id: <1252339046.267771.5607.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125233905527866 SVN commit 1020928 by ivan: Fixed Bug:206338 M +6 -0 contextmenufactory.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/ui/contextmenufactory.cpp #1020927:1020928 @@ -127,6 +127,12 @@ } else { return; } + + KService::Ptr service = KService::serviceByStorageId(url); + + url = service->entryPath(); + + qDebug() << "ContextMenuFactory::showContextMenu: " << "KRunner service runner: " << url; } qDebug() << "ContextMenuFactory::showContextMenu: " << url;