diff options
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"); |