aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/subscribe-dialog.h')
-rw-r--r--mail/subscribe-dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h
index 282d4ad18f..d2ea4083e8 100644
--- a/mail/subscribe-dialog.h
+++ b/mail/subscribe-dialog.h
@@ -11,7 +11,7 @@
#include <bonobo/bonobo-ui-compat.h>
#include <bonobo/bonobo-property-bag.h>
#include "shell/Evolution.h"
-
+#include "shell/evolution-storage-set-view-listener.h"
#define SUBSCRIBE_DIALOG_TYPE (subscribe_dialog_get_type ())
#define SUBSCRIBE_DIALOG(o) (GTK_CHECK_CAST ((o), SUBSCRIBE_DIALOG_TYPE, SubscribeDialog))
@@ -25,7 +25,8 @@ struct _SubscribeDialog {
Evolution_Shell shell;
Bonobo_Control storage_set_control;
Evolution_StorageSetView storage_set_view;
-
+ EvolutionStorageSetViewListener *listener;
+
BonoboUIHandler *uih;
GtkWidget *app;