diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c
index 87abfc0..e03fe22 100644
--- a/src/launcher/launcher.c
+++ b/src/launcher/launcher.c
@@ -78,6 +78,8 @@ void init_launcher_panel(void *p)
launcher->area._resize = resize_launcher;
launcher->area.resize = 1;
launcher->area.redraw = 1;
+ if (launcher->area.bg == 0)
+ launcher->area.bg = &g_array_index(backgrounds, Background, 0);
// check consistency
if (launcher->list_apps == NULL)
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) {
diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c
index bf0eed1..c22862d 100644
--- a/src/tint2conf/main.c
+++ b/src/tint2conf/main.c
@@ -76,9 +76,9 @@ static const char *global_ui =
" "
" "
" "
- " "
-// " "
// " "
+// " "
+ " "
" "
" "
"