*fix* issue 215

git-svn-id: http://tint2.googlecode.com/svn/trunk@383 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-30 08:24:25 +00:00
parent c340974d42
commit 249d380183
2 changed files with 1 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ void init_taskbar()
panel->g_task.area.redraw = 1;
panel->g_task.area.on_screen = 1;
if (panel->g_task.config_asb_mask & (1<<TASK_NORMAL)) {
panel->g_task.alpha[TASK_NORMAL] = 0;
panel->g_task.alpha[TASK_NORMAL] = 100;
panel->g_task.saturation[TASK_NORMAL] = 0;
panel->g_task.brightness[TASK_NORMAL] = 0;
}