From 410eabf9d5ace1bf915bfdc42176af2461ea979d Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Mon, 7 Aug 2006 21:27:11 +0000 Subject: [PATCH] 2006-08-07 Matthew Allum * clutter/clutter-actor.c: (clutter_actor_paint): Remove relic from old stage behaviour - dont unref it during a clip. --- ChangeLog | 6 ++++++ clutter/clutter-actor.c | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 959c4c5..0d3e43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-07 Matthew Allum + + * clutter/clutter-actor.c: (clutter_actor_paint): + Remove relic from old stage behaviour - dont unref + it during a clip. + 2006-07-27 Emmanuele Bassi * clutter/clutter-feature.c: No need to call clutter_feature_init() diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 697471f..4c28104 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -275,8 +275,6 @@ clutter_actor_paint (ClutterActor *self) - (absy + clip->y) - clip->height, clip->width, clip->height); - - g_object_unref (stage); } glPushMatrix(); -- 2.7.4