summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui.c2
1 files changed, 2 insertions, 0 deletions
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