diff options
author | James Henstridge <james@daa.com.au> | 2001-07-02 14:25:20 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2001-07-02 14:25:20 +0000 |
commit | 84191d675ffee1ebd4001a3fc6c4f387d515eba8 (patch) | |
tree | 4e031b62e38f725e8e2dc24efcd0b3a529a8c1d3 /gtk/gtkcellrenderertext.c | |
parent | 93db42e7a6989b418089e86d17a7b1c61c56d9cb (diff) | |
download | gtk+-84191d675ffee1ebd4001a3fc6c4f387d515eba8.tar.gz |
same here for PANGO_TYPE_TAB_ARRAY.
2001-07-02 James Henstridge <james@daa.com.au>
* gtk/gtktextview.c (gtk_text_view_class_init): same here for
PANGO_TYPE_TAB_ARRAY.
* gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
for PANGO_TYPE_TAB_ARRAY.
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
* gtk/gtk-boxed.defs: move all the boxed definitions to the top of
the file. Remove Pango types from defs -- they are now defined in
libpango.
Diffstat (limited to 'gtk/gtkcellrenderertext.c')
-rw-r--r-- | gtk/gtkcellrenderertext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c index f79e1c8f8a..24043e1291 100644 --- a/gtk/gtkcellrenderertext.c +++ b/gtk/gtkcellrenderertext.c @@ -217,7 +217,7 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class) g_param_spec_boxed ("font_desc", _("Font"), _("Font description as a PangoFontDescription struct"), - GTK_TYPE_PANGO_FONT_DESCRIPTION, + PANGO_TYPE_FONT_DESCRIPTION, G_PARAM_READABLE | G_PARAM_WRITABLE)); |