mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
2007-11-22 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-label.c (clutter_label_new_full): Set the terminating NULL which was removed when applying patch for fixing #606. (#645, Gwenole Beauchesne)
This commit is contained in:
parent
c7292a0d8b
commit
8039922802
@ -1,3 +1,9 @@
|
|||||||
|
2007-11-22 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-label.c (clutter_label_new_full): Set the
|
||||||
|
terminating NULL which was removed when applying patch for
|
||||||
|
fixing #606. (#645, Gwenole Beauchesne)
|
||||||
|
|
||||||
2007-11-22 Øyvind Kolås <pippin@o-hand.com>
|
2007-11-22 Øyvind Kolås <pippin@o-hand.com>
|
||||||
|
|
||||||
* clutter/clutter-actor.c: mended a couple of typos in documentation.
|
* clutter/clutter-actor.c: mended a couple of typos in documentation.
|
||||||
|
@ -800,7 +800,8 @@ clutter_label_new_full (const gchar *font_name,
|
|||||||
return g_object_new (CLUTTER_TYPE_LABEL,
|
return g_object_new (CLUTTER_TYPE_LABEL,
|
||||||
"font-name", font_name,
|
"font-name", font_name,
|
||||||
"text", text,
|
"text", text,
|
||||||
"color", color);
|
"color", color,
|
||||||
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user