[group] avoid double evaluation of arguments in clutter_group_add
authorØyvind Kolås <pippin@linux.intel.com>
Wed, 8 Apr 2009 17:18:31 +0000 (18:18 +0100)
committerØyvind Kolås <pippin@linux.intel.com>
Wed, 8 Apr 2009 17:19:46 +0000 (18:19 +0100)
commit269598a2cfa147b4d8361789356aba8318bde434
tree0178f4279a4b34e1857199b4291d5477a331146c
parenta9f24351e9a4b354a23f86b7aff7096a33195543
[group] avoid double evaluation of arguments in clutter_group_add

clutter_group_add would evaluate the actor argument twice, which is
bad if this is a function call creating a new actor and not a variable.
clutter/clutter-group.h