SVN_SILENT: not useful these days
svn path=/trunk/KDE/kdelibs/; revision=946696
This commit is contained in:
parent
2ebcc9f481
commit
4b09b1a59b
@ -111,7 +111,7 @@ public:
|
||||
foreach (const KService::Ptr &service, offers) {
|
||||
//kDebug() << "Loading runner: " << service->name() << service->storageId();
|
||||
QString tryExec = service->property("TryExec", QVariant::String).toString();
|
||||
kDebug() << "tryExec is" << tryExec;
|
||||
//kDebug() << "TryExec is" << tryExec;
|
||||
if (!tryExec.isEmpty() && KStandardDirs::findExe(tryExec).isEmpty()) {
|
||||
// we don't actually have this application!
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user