aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.c
diff options
context:
space:
mode:
authorChristian Meyer <chrisime@src.gnome.org>2003-02-09 03:38:38 +0800
committerChristian Meyer <chrisime@src.gnome.org>2003-02-09 03:38:38 +0800
commit2f4619f7a19aa79016051d82c060aaf53ef719c1 (patch)
treec29434d0396fd5f53d07cfeb474256d703293629 /src/ephy-location-action.c
parent887537b93f80cd1c0ca81f5a4a42d4373c27d0ba (diff)
downloadgsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.gz
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.bz2
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.lz
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.xz
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.zst
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.zip
Changed GtkType to GType.
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r--src/ephy-location-action.c2
1 files changed, 1 insertions, 1 deletions
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)
{