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.
13 lines
430 B
13 lines
430 B
diff --git a/shell/shellcorona.cpp b/shell/shellcorona.cpp
|
|
index 4aff26e..864e78a 100644
|
|
--- a/shell/shellcorona.cpp
|
|
+++ b/shell/shellcorona.cpp
|
|
@@ -306,6 +306,7 @@ void ShellCorona::load()
|
|
checkActivities();
|
|
if (containments().isEmpty()) {
|
|
loadDefaultLayout();
|
|
+ processUpdateScripts();
|
|
} else {
|
|
processUpdateScripts();
|
|
foreach(Plasma::Containment *containment, containments()) {
|