aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r--mail/folder-browser.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h
index ae16b64153..0bc3edf9c8 100644
--- a/mail/folder-browser.h
+++ b/mail/folder-browser.h
@@ -22,14 +22,14 @@
struct _FolderBrowser {
GtkTable parent;
-
+
BonoboPropertyBag *properties;
-
+
Evolution_Shell shell;
-
+
/* This is a kludge for the toolbar problem. */
int serial;
-
+
/*
* The current URI being displayed by the FolderBrowser
*/
@@ -42,9 +42,9 @@ struct _FolderBrowser {
GtkWidget *vpaned;
GtkWidget *search_menu;
GtkWidget *search_entry;
-
+
gboolean preview_shown;
-
+
};