From 4e4b7233b9ea5070aed6b2e09ff706e2e99b2fff Mon Sep 17 00:00:00 2001 From: Luc Menut Date: Sun, 1 Apr 2012 21:03:15 +0000 Subject: - show tasks from all screens (mga #5094) --- .../org.mageia.plasma-desktop.defaultPanel/contents/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kde4-profiles/Default/share/apps/plasma/layout-templates') 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"); -- cgit v1.2.1