[gnome-shell] [ShellGenericContainer] When removing actors, remove them from skip_paint



commit 1a0d507316c8231ac68c011155fde6bb1a89e622
Author: Colin Walters <walters verbum org>
Date:   Thu Mar 4 17:38:35 2010 -0500

    [ShellGenericContainer] When removing actors, remove them from skip_paint
    
    This fixes a regression introduced by the previous patch.

 src/shell-generic-container.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/shell-generic-container.c b/src/shell-generic-container.c
index e7f874d..ad34fee 100644
--- a/src/shell-generic-container.c
+++ b/src/shell-generic-container.c
@@ -287,6 +287,8 @@ shell_generic_container_remove_actor (ClutterContainer *container,
 {
   ShellGenericContainerPrivate *priv = SHELL_GENERIC_CONTAINER (container)->priv;
 
+  g_hash_table_remove (priv->skip_paint, actor);
+
   _st_container_remove_actor (container, actor, &priv->children);
 }
 



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