diff options
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 095177b56d..6b080e48c3 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -111,7 +111,8 @@ struct _EvolutionShellComponentClass { /* Signals. */ void (* owner_set) (EvolutionShellComponent *shell_component, - EvolutionShellClient *shell_client); + EvolutionShellClient *shell_client, + const char *evolution_homedir); void (* owner_unset) (EvolutionShellComponent *shell_component); }; |