fixed issue 309
git-svn-id: http://tint2.googlecode.com/svn/trunk@620 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -98,7 +98,9 @@ void init_systray_panel(void *p)
|
||||
{
|
||||
systray.area.parent = p;
|
||||
systray.area.panel = p;
|
||||
|
||||
if (systray.area.bg == 0)
|
||||
systray.area.bg = &g_array_index(backgrounds, Background, 0);
|
||||
|
||||
GSList *l;
|
||||
int count = 0;
|
||||
for (l = systray.list_icons; l ; l = l->next) {
|
||||
|
||||
Reference in New Issue
Block a user