From 2494e166eb5e4ef5c3353762ce13b83d7ccf8cc5 Mon Sep 17 00:00:00 2001 From: "Samuel F. Baggen" Date: Thu, 17 Jan 2013 00:57:53 +0000 Subject: [PATCH] added missing conf for screen_limits (new lost windows) SVN revision: 82913 --- config/default/e.src | 1 + config/standard/e.src | 1 + 2 files changed, 2 insertions(+) diff --git a/config/default/e.src b/config/default/e.src index e3c627b30..705c2e919 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -479,6 +479,7 @@ group "E_Config" struct { value "theme_default_border_style" string: "default"; value "desk_auto_switch" int: 0; value "thumb_nice" int: 0; + value "screen_limits" int: 0; value "menu_favorites_show" int: 1; value "menu_apps_show" int: 1; value "ping_clients_interval" int: 16; diff --git a/config/standard/e.src b/config/standard/e.src index 70d560cee..7b6987218 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -161,6 +161,7 @@ group "E_Config" struct { value "theme_default_border_style" string: "default"; value "desk_auto_switch" int: 0; value "thumb_nice" int: 0; + value "screen_limits" int: 0; value "menu_favorites_show" int: 1; value "menu_apps_show" int: 1; value "ping_clients_interval" int: 128;