Plasmapkg -t can now detect the correct serviceType

This commit is contained in:
Antonis Tsiapaliokas 2012-06-11 03:25:41 +03:00
parent 32a46daa56
commit 38d22923b4

View File

@ -288,6 +288,8 @@ int main(int argc, char **argv)
type = "kwineffect";
} else if (serviceType == "KWin/Script") {
type = "kwinscript";
} else if (serviceType == "Plasma/LayoutTemplate") {
type = "layout-template";
} else {
type = serviceType;
kDebug() << "fallthrough type is" << serviceType;