X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.c;h=c0672e35b7335d1fde481e71f8f2326729215580;hb=87acd48b92031b378887ea8b7ea9fa54aea8fa25;hp=539b32985696daba5ba1d186145c1ea8fcd7c7ac;hpb=817b510c94ad9b5e9e0fb9d437e79d47bc2c7fe8;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index 539b329..c0672e3 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -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) {