fixed issue 309

git-svn-id: http://tint2.googlecode.com/svn/trunk@620 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2011-01-06 23:28:16 +00:00
parent 53c40d415d
commit e5478fc1f3
4 changed files with 233 additions and 294 deletions

View File

@@ -78,6 +78,8 @@ void init_launcher_panel(void *p)
launcher->area._resize = resize_launcher;
launcher->area.resize = 1;
launcher->area.redraw = 1;
if (launcher->area.bg == 0)
launcher->area.bg = &g_array_index(backgrounds, Background, 0);
// check consistency
if (launcher->list_apps == NULL)