diff options
author | Luc Menut <lmenut@mageia.org> | 2012-04-01 21:03:15 +0000 |
---|---|---|
committer | Luc Menut <lmenut@mageia.org> | 2012-04-01 21:03:15 +0000 |
commit | 4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff (patch) | |
tree | d5015b56fa913b7d113eb0045a0b25c39d5df1f3 | |
parent | 813b372fb330fb1d125ec0bd07b2016570e63d88 (diff) | |
download | config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar.gz config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar.bz2 config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.tar.xz config-4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff.zip |
- show tasks from all screens (mga #5094)
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"); |