diff options
Diffstat (limited to 'src/ephy-toolbar-editor.c')
-rw-r--r-- | src/ephy-toolbar-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-toolbar-editor.c b/src/ephy-toolbar-editor.c index da43d8f0e..9606cd387 100644 --- a/src/ephy-toolbar-editor.c +++ b/src/ephy-toolbar-editor.c @@ -378,7 +378,7 @@ ephy_toolbar_editor_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyToolbarEditorClass), NULL, |