diff options
Diffstat (limited to 'calendar/gui/component-factory.c')
-rw-r--r-- | calendar/gui/component-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c index 5aa8913f73..bfa1a258bc 100644 --- a/calendar/gui/component-factory.c +++ b/calendar/gui/component-factory.c @@ -56,6 +56,7 @@ #define CREATE_TASK_ID "task" char *evolution_dir; +EvolutionShellClient *global_shell_client = NULL; static const EvolutionShellComponentFolderType folder_types[] = { { FOLDER_CALENDAR, @@ -483,6 +484,8 @@ owner_set_cb (EvolutionShellComponent *shell_component, } shells = g_list_append (shells, shell_component); + + global_shell_client = shell_client; } static void |