*fix* maybe issue 212
git-svn-id: http://tint2.googlecode.com/svn/trunk@385 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user