Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-selection.c')
-rw-r--r--backend/ev-selection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-selection.c b/backend/ev-selection.c
index 36c32e3..2aa45a7 100644
--- a/backend/ev-selection.c
+++ b/backend/ev-selection.c
@@ -31,7 +31,7 @@ ev_selection_get_type (void)
if (G_UNLIKELY (type == 0))
{
- static const GTypeInfo our_info =
+ const GTypeInfo our_info =
{
sizeof (EvSelectionIface),
ev_selection_base_init,