diff options
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 2 |
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) { |