2007-11-01 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-script.c: Do not keep ownership of the
	pixbufs we load.
This commit is contained in:
Emmanuele Bassi 2007-11-01 17:53:10 +00:00
parent 60a66695c6
commit 8fde26cd81
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-11-01 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-script.c: Do not keep ownership of the
pixbufs we load.
2007-10-31 Øyvind Kolås <pippin@o-hand.com>
* clutter/clutter-main.c: (_clutter_do_pick): disable dithering

View File

@ -768,7 +768,7 @@ clutter_script_parse_node (ClutterScript *script,
}
else
{
g_value_set_object (value, pixbuf);
g_value_take_object (value, pixbuf);
retval = TRUE;
}