diff options
Diffstat (limited to 'shell/evolution-shell-view.h')
-rw-r--r-- | shell/evolution-shell-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-shell-view.h b/shell/evolution-shell-view.h index 3d20ee3d4d..bcf38fd417 100644 --- a/shell/evolution-shell-view.h +++ b/shell/evolution-shell-view.h @@ -59,6 +59,7 @@ struct _EvolutionShellViewClass { void (* change_current_view) (EvolutionShellView *shell_view, const char *uri); void (* set_title) (EvolutionShellView *shell_view, const char *message); void (* set_folder_bar_label) (EvolutionShellView *shell_view, const char *text); + void (* show_settings) (EvolutionShellView *shell_view); }; |