*fix* do not multiply max_tick_urgent by 2 because the user should decide whether to end up in the casual state or the urgent state

git-svn-id: http://tint2.googlecode.com/svn/trunk@516 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-06-28 10:34:06 +00:00
parent 9899d8a7c0
commit c13397aff6
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ void default_panel()
panel_dock = 0; // default not in the dock
panel_layer = BOTTOM_LAYER; // default is bottom layer
wm_menu = 0;
max_tick_urgent = 7;
max_tick_urgent = 14;
backgrounds = g_array_new(0, 0, sizeof(Background));
memset(&panel_config, 0, sizeof(Panel));