added missing conf for screen_limits (new lost windows)

SVN revision: 82913
This commit is contained in:
Samuel F. Baggen 2013-01-17 00:57:53 +00:00
parent d959b75a78
commit 2494e166eb
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;