aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r--shell/e-component-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c
index 6a46ba2376..876412099c 100644
--- a/shell/e-component-registry.c
+++ b/shell/e-component-registry.c
@@ -39,7 +39,7 @@
struct _EComponentRegistryPrivate {
GSList *infos;
- int init:1;
+ guint init:1;
};
G_DEFINE_TYPE (EComponentRegistry, e_component_registry, G_TYPE_OBJECT)