From ea6d89e8048c2dc68071fa561364b75977e5ba9d Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 7 Apr 2003 02:09:59 +0000 Subject: e_cell_percent_get_type returns GType, not GtkType. 2003-04-06 Chris Toshok * e-cell-percent.h: e_cell_percent_get_type returns GType, not GtkType. * e-cell-percent.c (e_cell_percent_new): use g_object_new, not gtk_object_new. svn path=/trunk/; revision=20692 --- widgets/misc/e-cell-percent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-cell-percent.h') diff --git a/widgets/misc/e-cell-percent.h b/widgets/misc/e-cell-percent.h index 74f56ae225..6207e0c878 100644 --- a/widgets/misc/e-cell-percent.h +++ b/widgets/misc/e-cell-percent.h @@ -45,7 +45,7 @@ typedef struct { ECellTextClass parent_class; } ECellPercentClass; -GtkType e_cell_percent_get_type (void); +GType e_cell_percent_get_type (void); ECell *e_cell_percent_new (const char *fontname, GtkJustification justify); #endif /* _E_CELL_PERCENT_H_ */ -- cgit v1.2.3