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:
parent
60a66695c6
commit
8fde26cd81
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user