*fix* ignore SIGCHLD in way that BSD and linux support

*fix* default background id 0 for panel if not specified in the config file



git-svn-id: http://tint2.googlecode.com/svn/trunk@517 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-07-03 07:37:17 +00:00
parent c13397aff6
commit a3f33be8ae
2 changed files with 4 additions and 1 deletions

View File

@@ -156,6 +156,8 @@ void init_panel()
if (panel_config.monitor < 0)
p->monitor = i;
if ( p->area.bg == 0 )
p->area.bg = &g_array_index(backgrounds, Background, 0);
p->area.parent = p;
p->area.panel = p;
p->area.on_screen = 1;