diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-13 08:10:21 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-13 08:10:21 +0800 |
commit | 4ec9945f0595444a94b0816f0146bc797b3037b2 (patch) | |
tree | 55c70ce994cee42eec86c375faffabb0044ff404 /mail/folder-browser.h | |
parent | 4bfd8d8f291baa38ab1bf73eb1618a202834c660 (diff) | |
download | gsoc2013-evolution-4ec9945f0595444a94b0816f0146bc797b3037b2.tar.gz gsoc2013-evolution-4ec9945f0595444a94b0816f0146bc797b3037b2.tar.zst gsoc2013-evolution-4ec9945f0595444a94b0816f0146bc797b3037b2.zip |
added the get_e_folder_type function.
2000-03-12 bertrand <bertrand@helixcode.com>
* shell/e-folder.c (e_folder_get_folder_type): added the
get_e_folder_type function.
2000-03-12 bertrand <bertrand@helixcode.com>
* folder-browser.h: added a reference to an
Evolution::Shell object.
* folder-browser-factory.c (folder_browser_set_shell):
(folder_browser_control_add_service_repository_interface):
(folder_browser_factory): the folder-browser control now
implements the Evolution/ServiceRepository interface.
Sync for matt
svn path=/trunk/; revision=2108
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r-- | mail/folder-browser.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h index 7692b1a20a..04c3dbcb4a 100644 --- a/mail/folder-browser.h +++ b/mail/folder-browser.h @@ -1,3 +1,6 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ + + #ifndef _FOLDER_BROWSER_H_ #define _FOLDER_BROWSER_H_ @@ -7,6 +10,8 @@ #include <bonobo/bonobo-property-bag.h> #include "message-list.h" #include "mail-display.h" +#include "shell/Evolution.h" + #define FOLDER_BROWSER_TYPE (folder_browser_get_type ()) #define FOLDER_BROWSER(o) (GTK_CHECK_CAST ((o), FOLDER_BROWSER_TYPE, FolderBrowser)) @@ -20,6 +25,8 @@ struct _FolderBrowser { BonoboPropertyBag *properties; + Evolution_Shell shell; + /* * The current URI being displayed by the FolderBrowser */ |