From c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9 Mon Sep 17 00:00:00 2001 From: Sarfraaz Ahmed Date: Thu, 7 Jul 2005 12:16:13 +0000 Subject: Include exchange-folder-size-display.h Similar 2005-07-07 Sarfraaz Ahmed * exchange-account-setup.c : Include exchange-folder-size-display.h * exchange-folder-size-display.c : Similar svn path=/trunk/; revision=29671 --- plugins/exchange-operations/exchange-account-setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/exchange-operations/exchange-account-setup.c') diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index b6059ae6e3..34a527ee39 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -43,6 +43,7 @@ #include #include "exchange-config-listener.h" #include "exchange-operations.h" +#include "exchange-folder-size-display.h" #include "mail/em-account-editor.h" #include "mail/em-config.h" @@ -161,7 +162,7 @@ btn_fsize_clicked (GtkButton *button, gpointer data) account = acclist->data; model = exchange_account_folder_size_get_model (account); - exchange_folder_size_display (model, button); + exchange_folder_size_display (model, GTK_WIDGET (button)); } /* only used in editor */ -- cgit v1.2.3