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:
Aaron J. Seigo 2008-03-28 15:15:44 +00:00
parent 47f56bd824
commit 213fa7106d

View File

@ -140,7 +140,7 @@ public:
} else {
// create the package and see if we have something real
//kDebug() << "trying for" << path;
QString packageFormat = appletDescription.property("X-Plasma-Language").toString();
QString packageFormat = appletDescription.property("X-Plasma-PackageFormat").toString();
if (packageFormat.isEmpty()) {
package = new Package(path, PackageStructure::Ptr(new PlasmoidPackage()));