layout, box: Clean up
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 15 Oct 2009 11:15:49 +0000 (12:15 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 15 Oct 2009 11:15:49 +0000 (12:15 +0100)
commit4d153e4507fdd8fc135998f771e1826a9b02e658
tree624c3189d8dfc6bab2afcd690de983a7a74efb99
parentadca939101e3a25309c29e6a263c1c7ac7b0d877
layout, box: Clean up

* Use g_list_foreach() instead of iterating over the list inside
  the destruction sequence, since we are causing the widgets to be
  implicitly removed from the list via the destroy() call.

* Use g_signal_connect_swapped() and spare us from a callback.
clutter/clutter-box.c