mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
add missing ')'.
2006-03-27 Michael Natterer <mitch@imendio.com> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property): add missing ')'.
This commit is contained in:
parent
e35e406de3
commit
450a117ce4
@ -1,3 +1,8 @@
|
||||
2006-03-27 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
|
||||
add missing ')'.
|
||||
|
||||
2006-03-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Fix a srcdir != builddir build problem.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-03-27 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
|
||||
add missing ')'.
|
||||
|
||||
2006-03-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Fix a srcdir != builddir build problem.
|
||||
|
@ -689,7 +689,7 @@ gtk_cell_renderer_text_get_property (GObject *object,
|
||||
break;
|
||||
|
||||
case PROP_FONT:
|
||||
g_value_take_string (value, pango_font_description_to_string (celltext->font);
|
||||
g_value_take_string (value, pango_font_description_to_string (celltext->font));
|
||||
break;
|
||||
|
||||
case PROP_FONT_DESC:
|
||||
|
Loading…
Reference in New Issue
Block a user