diff options
Diffstat (limited to 'shell/e-shell-module.c')
-rw-r--r-- | shell/e-shell-module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-module.c b/shell/e-shell-module.c index 1fff07ee97..5ec13e00bc 100644 --- a/shell/e-shell-module.c +++ b/shell/e-shell-module.c @@ -49,6 +49,7 @@ struct _EShellModulePrivate { gchar *data_dir; GType shell_view_type; + GHashTable *events; /* Initializes the loaded type module. */ void (*init) (GTypeModule *type_module); |