summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Menut <lmenut@mageia.org>2012-04-01 21:03:15 +0000
committerLuc Menut <lmenut@mageia.org>2012-04-01 21:03:15 +0000
commit4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff (patch)
treed5015b56fa913b7d113eb0045a0b25c39d5df1f3
parent813b372fb330fb1d125ec0bd07b2016570e63d88 (diff)
downloadconfig-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar
config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar.gz
config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar.bz2
config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar.xz
config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.zip
- show tasks from all screens (mga #5094)
-rw-r--r--kde4-profiles/Default/share/apps/plasma-desktop/updates/050_mga1-to-mga2.js2
-rw-r--r--kde4-profiles/Default/share/apps/plasma/layout-templates/org.mageia.plasma-desktop.defaultPanel/contents/layout.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/kde4-profiles/Default/share/apps/plasma-desktop/updates/050_mga1-to-mga2.js b/kde4-profiles/Default/share/apps/plasma-desktop/updates/050_mga1-to-mga2.js
index 5b87161..ba64b71 100644
--- a/kde4-profiles/Default/share/apps/plasma-desktop/updates/050_mga1-to-mga2.js
+++ b/kde4-profiles/Default/share/apps/plasma-desktop/updates/050_mga1-to-mga2.js
@@ -138,7 +138,7 @@ if ((!userBottomPanel) && oldPanel) {
w_icontasks.index = tasksIndex;
w_icontasks.writeConfig("showOnlyCurrentActivity","true");
w_icontasks.writeConfig("showOnlyCurrentDesktop","false");
- w_icontasks.writeConfig("showOnlyCurrentScreen","true");
+ w_icontasks.writeConfig("showOnlyCurrentScreen","false");
w_icontasks.writeConfig("mediaButtons","true");
w_icontasks.writeConfig("showProgress","true");
w_icontasks.writeConfig("showSeparator","0");
diff --git a/kde4-profiles/Default/share/apps/plasma/layout-templates/org.mageia.plasma-desktop.defaultPanel/contents/layout.js b/kde4-profiles/Default/share/apps/plasma/layout-templates/org.mageia.plasma-desktop.defaultPanel/contents/layout.js
index 03c9648..91d7426 100644
--- a/kde4-profiles/Default/share/apps/plasma/layout-templates/org.mageia.plasma-desktop.defaultPanel/contents/layout.js
+++ b/kde4-profiles/Default/share/apps/plasma/layout-templates/org.mageia.plasma-desktop.defaultPanel/contents/layout.js
@@ -32,7 +32,7 @@ panel.addWidget("pager");
var w_icontasks = panel.addWidget("icontasks");
w_icontasks.writeConfig("showOnlyCurrentActivity","true");
w_icontasks.writeConfig("showOnlyCurrentDesktop","false");
-w_icontasks.writeConfig("showOnlyCurrentScreen","true");
+w_icontasks.writeConfig("showOnlyCurrentScreen","false");
w_icontasks.writeConfig("mediaButtons","true");
w_icontasks.writeConfig("showProgress","true");
w_icontasks.writeConfig("showSeparator","0");