You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
699 B
14 lines
699 B
13 years ago
|
Index: kded/kbuildservicefactory.cpp
|
||
|
===================================================================
|
||
|
--- kded/kbuildservicefactory.cpp.orig
|
||
|
+++ kded/kbuildservicefactory.cpp
|
||
|
@@ -158,7 +158,7 @@ KBuildServiceFactory::saveOfferList(QDat
|
||
|
KServiceType::Ptr serviceType = KServiceType::serviceType(*it);
|
||
|
if (!serviceType)
|
||
|
{
|
||
|
- kdWarning() << "'"<< service->desktopEntryPath() << "' specifies undefined mimetype/servicetype '"<< (*it) << "'" << endl;
|
||
|
+ kdDebug() << "'"<< service->desktopEntryPath() << "' specifies undefined mimetype/servicetype '"<< (*it) << "'" << endl;
|
||
|
continue;
|
||
|
}
|
||
|
serviceTypes.append(serviceType);
|