From 2f4619f7a19aa79016051d82c060aaf53ef719c1 Mon Sep 17 00:00:00 2001 From: Christian Meyer Date: Sat, 8 Feb 2003 19:38:38 +0000 Subject: Changed GtkType to GType. --- lib/egg/eggtoolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/egg/eggtoolbar.c') diff --git a/lib/egg/eggtoolbar.c b/lib/egg/eggtoolbar.c index 4f583fc14..3a14fca31 100644 --- a/lib/egg/eggtoolbar.c +++ b/lib/egg/eggtoolbar.c @@ -152,7 +152,7 @@ static guint toolbar_signals [LAST_SIGNAL] = { 0 }; GType egg_toolbar_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { -- cgit v1.2.3