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. --- src/ephy-location-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-location-action.c') diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 5030c7b45..5e6a6f610 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -38,7 +38,7 @@ static guint ephy_location_action_signals[LAST_SIGNAL] = { 0 }; GType ephy_location_action_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { -- cgit v1.2.3