diff options
Diffstat (limited to 'shell/e-component-registry.h')
-rw-r--r-- | shell/e-component-registry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h index bc72dd19c4..584d7aa209 100644 --- a/shell/e-component-registry.h +++ b/shell/e-component-registry.h @@ -61,6 +61,8 @@ struct _EComponentRegistryClass { struct _EComponentInfo { char *id; + char *alias; + /* NULL if not activated. */ GNOME_Evolution_Component iface; |