From 63e4982a338315415b9632123479c0824e0b0545 Mon Sep 17 00:00:00 2001
From: Nikias Bassen
Date: Wed, 14 Jul 2010 01:48:46 +0200
Subject: Adjust label transparency if a wallpaper is used

---
 src/gui.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gui.c b/src/gui.c
index 3278c3d..6feadfc 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -143,6 +143,7 @@ static void pages_free()
     if (wallpaper) {
         clutter_actor_destroy(wallpaper);
         wallpaper = NULL;
+        item_text_color.alpha = 210;
     }
 }
 
@@ -1260,6 +1261,7 @@ static void gui_set_wallpaper(const char *wp)
     clutter_group_add(CLUTTER_GROUP(stage), actor);
     clutter_actor_lower_bottom(actor);
     wallpaper = actor;
+    item_text_color.alpha = 255;
 }
 #endif
 
-- 
cgit v1.1-32-gdbae