[gnome-control-center/wip/animated-notebook] shell: show, not show_all



commit 7aa9cfe239bd1728e4781d151453422f6adaf152
Author: Bastien Nocera <hadess hadess net>
Date:   Thu May 3 19:20:17 2012 +0100

    shell: show, not show_all

 shell/cc-notebook.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-notebook.c b/shell/cc-notebook.c
index 06cd9d6..a02a589 100644
--- a/shell/cc-notebook.c
+++ b/shell/cc-notebook.c
@@ -365,7 +365,7 @@ cc_notebook_add_page (CcNotebook *self,
 
         embed = gtk_clutter_actor_new_with_contents (widget);
         clutter_actor_add_child (frame, embed);
-        gtk_widget_show_all (widget);
+        gtk_widget_show (widget);
 
         res = clutter_actor_get_n_children (self->priv->bin);
         clutter_actor_insert_child_at_index (self->priv->bin, frame, res);



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