aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations
diff options
context:
space:
mode:
authorSarfraaz Ahmed <asarfraaz@novell.com>2005-07-07 20:16:13 +0800
committerAhmed Sarfraaz <sarfraaz@src.gnome.org>2005-07-07 20:16:13 +0800
commitc1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9 (patch)
tree7bee5c26b3f028d7ab94ea2c3b64177fe198e8d1 /plugins/exchange-operations
parentfc0d1a6938e991b7b167ce5aa0f9742092f7d9da (diff)
downloadgsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.tar
gsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.tar.gz
gsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.tar.bz2
gsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.tar.lz
gsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.tar.xz
gsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.tar.zst
gsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.zip
Include exchange-folder-size-display.h Similar
2005-07-07 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c : Include exchange-folder-size-display.h * exchange-folder-size-display.c : Similar svn path=/trunk/; revision=29671
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r--plugins/exchange-operations/ChangeLog5
-rw-r--r--plugins/exchange-operations/exchange-account-setup.c3
-rw-r--r--plugins/exchange-operations/exchange-folder-size-display.c1
3 files changed, 8 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index d29e76a81e..dea096e0eb 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,5 +1,10 @@
2005-07-07 Sarfraaz Ahmed <asarfraaz@novell.com>
+ * exchange-account-setup.c : Include exchange-folder-size-display.h
+ * exchange-folder-size-display.c : Similar
+
+2005-07-07 Sarfraaz Ahmed <asarfraaz@novell.com>
+
* exchange-account-setup.c (btn_fsize_clicked) : Implemented new to
invoke the folder size table.
(org_gnome_exchange_settings) : Minor re-ordering
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 <e-util/e-dialog-utils.h>
#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 */
diff --git a/plugins/exchange-operations/exchange-folder-size-display.c b/plugins/exchange-operations/exchange-folder-size-display.c
index 1204afb28f..5ac97e7077 100644
--- a/plugins/exchange-operations/exchange-folder-size-display.c
+++ b/plugins/exchange-operations/exchange-folder-size-display.c
@@ -32,6 +32,7 @@
#include <gtk/gtkmessagedialog.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtktreeview.h>
+#include "exchange-folder-size-display.h"
enum {
COLUMN_NAME,