diff options
Diffstat (limited to 'src/ephy-statusbar.c')
-rwxr-xr-x | src/ephy-statusbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c index c5dab348f..cbf6a651c 100755 --- a/src/ephy-statusbar.c +++ b/src/ephy-statusbar.c @@ -68,7 +68,7 @@ ephy_statusbar_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyStatusbarClass), NULL, /* base_init */ |