[maemo-commits] [maemo-commits] r17520 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 25 18:35:29 EET 2009
Author: jpetersen
Date: 2009-02-25 18:34:47 +0200 (Wed, 25 Feb 2009)
New Revision: 17520

Modified:
   projects/haf/trunk/libmatchbox2/ChangeLog
   projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
Log:
	* matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
	  (mb_wm_comp_mgr_clutter_client_show_real): Use clutter_actor_show
	  instead of clutter_actor_show_all, so not all children are forced to
	  be shown too.



Modified: projects/haf/trunk/libmatchbox2/ChangeLog
===================================================================
--- projects/haf/trunk/libmatchbox2/ChangeLog	2009-02-25 15:54:35 UTC (rev 17519)
+++ projects/haf/trunk/libmatchbox2/ChangeLog	2009-02-25 16:34:47 UTC (rev 17520)
@@ -1,3 +1,10 @@
+2009-02-25  Jan Arne Petersen  <jpetersen at openismus.com>
+
+	* matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
+	  (mb_wm_comp_mgr_clutter_client_show_real): Use clutter_actor_show
+	  instead of clutter_actor_show_all, so not all children are forced to
+	  be shown too.
+
 2009-02-25  Kimmo Hämäläinen  <kimmo.hamalainen at nokia.com>
 
 	* matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c

Modified: projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-02-25 15:54:35 UTC (rev 17519)
+++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-02-25 16:34:47 UTC (rev 17520)
@@ -340,7 +340,7 @@
   cclient->priv->flags &= ~MBWMCompMgrClutterClientDontUpdate;
 
   if (!(cclient->priv->flags & MBWMCompMgrClutterClientDontShow))
-    clutter_actor_show_all (cclient->priv->actor);
+    clutter_actor_show (cclient->priv->actor);
 }
 
 void


More information about the maemo-commits mailing list