nlecomposition: Do not fail when removing/adding child without commiting
authorThibault Saunier <tsaunier@gnome.org>
Mon, 12 Jan 2015 12:05:30 +0000 (13:05 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 20 May 2015 07:53:19 +0000 (09:53 +0200)
commit4f70e5eb88ad04fb04f05c585cefc5f689620050
tree1adc7171f01cdb3d0971f32b7149b28eee995234
parent3ba6dec9761b551f903c9a3e479eb604291c2f72
nlecomposition: Do not fail when removing/adding child without commiting

Summary:
We use to end up removing the nleobject when the following case happened:

 * add an object
 * remove that object
 * re add the object
 * commit the composition

Reviewers: Mathieu_Du

Differential Revision: http://phabricator.freedesktop.org/D193
ges/nle/nlecomposition.c