diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-07-07 20:16:13 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-07-07 20:16:13 +0800 |
commit | c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9 (patch) | |
tree | 7bee5c26b3f028d7ab94ea2c3b64177fe198e8d1 /plugins/exchange-operations/exchange-folder-size-display.c | |
parent | fc0d1a6938e991b7b167ce5aa0f9742092f7d9da (diff) | |
download | gsoc2013-evolution-c1fdcb226cc1fa9ad60c8a97f8aac0e29b5f10f9.tar.gz 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/exchange-folder-size-display.c')
-rw-r--r-- | plugins/exchange-operations/exchange-folder-size-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |