Freeze notification queue when changing multiple properties.
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 19 Apr 2007 15:24:04 +0000 (15:24 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 19 Apr 2007 15:24:04 +0000 (15:24 +0000)
commit09487c904a2f799942a89175f504d51b57ad9425
tree10b5de6a5240d7fb29b5ec46408946e9910c7f08
parent1722c6fec414d576987d46d0b2eae0c22b96c78b
Freeze notification queue when changing multiple properties.

Call g_object_freeze_notify() (and take a reference on the actor) inside
clutter_actor_request_size() so that the notifications get unqueued at the
end of the size request.
clutter/clutter-actor.c