[gnome-photos] embed: Use a black background, not white



commit 0f8b76aaedaa348e8f352698e1a9b420474807df
Author: Debarshi Ray <debarshir gnome org>
Date:   Sun Nov 18 02:51:14 2012 +0100

    embed: Use a black background, not white

 src/photos-embed.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-embed.c b/src/photos-embed.c
index 82acf7d..62430d8 100644
--- a/src/photos-embed.c
+++ b/src/photos-embed.c
@@ -405,7 +405,7 @@ photos_embed_init (PhotosEmbed *self)
   clutter_actor_insert_child_below (priv->view_actor, priv->no_results, NULL);
 
   priv->background = clutter_actor_new ();
-  clutter_actor_set_background_color (priv->background, CLUTTER_COLOR_White);
+  clutter_actor_set_background_color (priv->background, CLUTTER_COLOR_Black);
   clutter_actor_set_x_expand (priv->background, TRUE);
   clutter_actor_set_y_expand (priv->background, TRUE);
   clutter_actor_insert_child_below (priv->view_actor, priv->background, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]