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 f7e58a316b..0f2fc64267 100644 --- a/shell/evolution-shell-view.h +++ b/shell/evolution-shell-view.h @@ -59,6 +59,7 @@ struct _EvolutionShellViewClass { void (* unset_message) (EvolutionShellView *shell_view); 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); }; |