mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
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>
|
2007-10-31 Øyvind Kolås <pippin@o-hand.com>
|
||||||
|
|
||||||
* clutter/clutter-main.c: (_clutter_do_pick): disable dithering
|
* clutter/clutter-main.c: (_clutter_do_pick): disable dithering
|
||||||
|
@ -768,7 +768,7 @@ clutter_script_parse_node (ClutterScript *script,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_value_set_object (value, pixbuf);
|
g_value_take_object (value, pixbuf);
|
||||||
retval = TRUE;
|
retval = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user