[gnome-photos] embed: Overlay the selection toolbar on the main actor



commit 930d2c309c629e3d8bb7648815adaf932b2f2de3
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Mar 14 18:32:50 2013 +0100

    embed: Overlay the selection toolbar on the main actor
    
    Original patch from Cosimo Cecchi for gnome-documents.

 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 d54d825..301f05b 100644
--- a/src/photos-embed.c
+++ b/src/photos-embed.c
@@ -512,7 +512,7 @@ photos_embed_init (PhotosEmbed *self)
    *       ...
    */
 
-  priv->selection_toolbar = photos_selection_toolbar_new (priv->contents_actor);
+  priv->selection_toolbar = photos_selection_toolbar_new (actor);
   toolbar_actor = photos_selection_toolbar_get_actor (priv->selection_toolbar);
   clutter_actor_add_child (actor, toolbar_actor);
 


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