Skip to content
Snippets Groups Projects
Commit 1a898809 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix

parent 761f9c44
No related branches found
No related tags found
No related merge requests found
...@@ -359,11 +359,11 @@ void ItemHandler::installDownloadedFile(qtlib::NetworkResource *resource) ...@@ -359,11 +359,11 @@ void ItemHandler::installDownloadedFile(qtlib::NetworkResource *resource)
package.installAsFile(tempDestDir.path() + "/" + filename); package.installAsFile(tempDestDir.path() + "/" + filename);
result["message"] = tr("The plasma look and feel has been installed"); result["message"] = tr("The plasma look and feel has been installed");
} }
else if ((installType == "plasma_desktopthemes" || installType == "plasma5_desktopthemes") /*else if ((installType == "plasma_desktopthemes" || installType == "plasma5_desktopthemes")
&& package.installAsPlasmapkg("theme")) { && package.installAsPlasmapkg("theme")) {
package.installAsFile(tempDestDir.path() + "/" + filename); package.installAsFile(tempDestDir.path() + "/" + filename);
result["message"] = tr("The plasma desktop theme has been installed"); result["message"] = tr("The plasma desktop theme has been installed");
} }*/
else if (installType == "kwin_effects" else if (installType == "kwin_effects"
&& package.installAsPlasmapkg("kwineffect")) { && package.installAsPlasmapkg("kwineffect")) {
package.installAsFile(tempDestDir.path() + "/" + filename); package.installAsFile(tempDestDir.path() + "/" + filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment