]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
fixed issue 309
[chaz/tint2] / src / systray / systraybar.c
index 539b32985696daba5ba1d186145c1ea8fcd7c7ac..c0672e35b7335d1fde481e71f8f2326729215580 100644 (file)
@@ -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) {
This page took 0.02033 seconds and 4 git commands to generate.