diff options
Diffstat (limited to 'mail/subscribe-dialog.h')
-rw-r--r-- | mail/subscribe-dialog.h | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h index 5805c50b5f..282d4ad18f 100644 --- a/mail/subscribe-dialog.h +++ b/mail/subscribe-dialog.h @@ -7,6 +7,7 @@ #include "mail-types.h" #include <gtk/gtktable.h> #include <gal/e-table/e-tree-model.h> +#include <bonobo/bonobo-control.h> #include <bonobo/bonobo-ui-compat.h> #include <bonobo/bonobo-property-bag.h> #include "shell/Evolution.h" @@ -21,19 +22,21 @@ struct _SubscribeDialog { GtkObject parent; - Evolution_Shell shell; - - BonoboUIHandler *uih; - - GtkWidget *app; - - GtkWidget *storage_set_view; - GtkWidget *hpaned; - GtkWidget *table; - GtkWidget *description; - GtkWidget *etable; - ETreeModel *model; - ETreePath *root; + Evolution_Shell shell; + Bonobo_Control storage_set_control; + Evolution_StorageSetView storage_set_view; + + BonoboUIHandler *uih; + + GtkWidget *app; + + GtkWidget *storage_set_view_widget; + GtkWidget *hpaned; + GtkWidget *table; + GtkWidget *description; + GtkWidget *etable; + ETreeModel *model; + ETreePath *root; }; |