]> Dogcows Code - chaz/tint2/blobdiff - src/panel.c
*fix* ignore SIGCHLD in way that BSD and linux support
[chaz/tint2] / src / panel.c
index 6e7051cf5cd17981e49767415171684191fbfb19..410a4bd139136c257b59ebca3ab0708e870ba8aa 100644 (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;
This page took 0.022244 seconds and 4 git commands to generate.