[stage] Chain up to the correct vfunc when picking
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 7 May 2009 18:14:48 +0000 (19:14 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 7 May 2009 18:25:24 +0000 (19:25 +0100)
commit9f3927c460cbc4d50eae2b78826cc5347cb37c16
tree432c0010342a16afd9286d994b79d88ba9691367
parent533c9c536530bd43931793010f76714580f6b166
[stage] Chain up to the correct vfunc when picking

The stage is chaining up to the ClutterGroup::paint instead of
the ClutterGroup::pick method. This works anyway because we
detect the stage by default, but it's not a reliable solution
in case we decide to change the picking further on.
clutter/clutter-stage.c