*fix* maybe issue 212

git-svn-id: http://tint2.googlecode.com/svn/trunk@385 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-30 23:06:07 +00:00
parent fa9521ca40
commit d70f267780
4 changed files with 17 additions and 19 deletions

View File

@@ -64,7 +64,7 @@ void init_taskbar()
panel->g_taskbar.area.bg = panel->g_taskbar.bg;
}
if (panel->g_taskbar.bg_active == 0)
panel->g_taskbar.bg_active = &g_array_index(backgrounds, Background, 0);
panel->g_taskbar.bg_active = panel->g_taskbar.bg;
if (panel->g_task.area.bg == 0)
panel->g_task.area.bg = &g_array_index(backgrounds, Background, 0);