copy and paste error; thanks to Kent Hansen for spotting it
CCMAIL:khansen@trolltech.com svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=791158
This commit is contained in:
parent
47f56bd824
commit
213fa7106d
@ -140,7 +140,7 @@ public:
|
|||||||
} else {
|
} else {
|
||||||
// create the package and see if we have something real
|
// create the package and see if we have something real
|
||||||
//kDebug() << "trying for" << path;
|
//kDebug() << "trying for" << path;
|
||||||
QString packageFormat = appletDescription.property("X-Plasma-Language").toString();
|
QString packageFormat = appletDescription.property("X-Plasma-PackageFormat").toString();
|
||||||
|
|
||||||
if (packageFormat.isEmpty()) {
|
if (packageFormat.isEmpty()) {
|
||||||
package = new Package(path, PackageStructure::Ptr(new PlasmoidPackage()));
|
package = new Package(path, PackageStructure::Ptr(new PlasmoidPackage()));
|
||||||
|
Loading…
Reference in New Issue
Block a user