diff options
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r-- | mail/folder-browser.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h index 82768f20b8..1e10b907a9 100644 --- a/mail/folder-browser.h +++ b/mail/folder-browser.h @@ -37,6 +37,8 @@ struct _FolderBrowser { BonoboPropertyBag *properties; GNOME_Evolution_Shell shell; + GNOME_Evolution_ShellView shell_view; + BonoboUIComponent *uicomp; /* @@ -98,8 +100,8 @@ GtkType folder_browser_get_type (void); GtkWidget *folder_browser_new (const GNOME_Evolution_Shell shell, const char *uri); -void folder_browser_set_ui_component (FolderBrowser *fb, - BonoboUIComponent *uicomp); +void folder_browser_set_ui_component (FolderBrowser *fb, BonoboUIComponent *uicomp); +void folder_browser_set_shell_view (FolderBrowser *fb, GNOME_Evolution_ShellView shell_view); void folder_browser_set_message_preview (FolderBrowser *folder_browser, gboolean show_message_preview); |