aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-account-setup.c
diff options
context:
space:
mode:
authorSarfraaz Ahmed <asarfraaz@novell.com>2005-07-14 19:18:35 +0800
committerAhmed Sarfraaz <sarfraaz@src.gnome.org>2005-07-14 19:18:35 +0800
commit6719396397c43cbacf8688a366029b98d563f990 (patch)
treed7bd9cab28f116734f830cf2c8b8b490b50c7e39 /plugins/exchange-operations/exchange-account-setup.c
parenta714a01aeb70692229f0994d1530b6c9dadd1f29 (diff)
downloadgsoc2013-evolution-6719396397c43cbacf8688a366029b98d563f990.tar
gsoc2013-evolution-6719396397c43cbacf8688a366029b98d563f990.tar.gz
gsoc2013-evolution-6719396397c43cbacf8688a366029b98d563f990.tar.bz2
gsoc2013-evolution-6719396397c43cbacf8688a366029b98d563f990.tar.lz
gsoc2013-evolution-6719396397c43cbacf8688a366029b98d563f990.tar.xz
gsoc2013-evolution-6719396397c43cbacf8688a366029b98d563f990.tar.zst
gsoc2013-evolution-6719396397c43cbacf8688a366029b98d563f990.zip
Fixed some compile time warnings
2005-07-14 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c : * exchange-calendar.c : * exchange-folder-size-display.c : * exchange-permissions-dialog.c : Fixed some compile time warnings svn path=/trunk/; revision=29769
Diffstat (limited to 'plugins/exchange-operations/exchange-account-setup.c')
-rw-r--r--plugins/exchange-operations/exchange-account-setup.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c
index f49a9f0d63..8985669589 100644
--- a/plugins/exchange-operations/exchange-account-setup.c
+++ b/plugins/exchange-operations/exchange-account-setup.c
@@ -37,16 +37,17 @@
#include <camel/camel-url.h>
#include <camel/camel-service.h>
#include <libedataserver/e-xml-hash-utils.h>
-#include <exchange/e2k-validate.h>
-#include <exchange/exchange-oof.h>
-#include <exchange/exchange-account.h>
#include <e-util/e-dialog-utils.h>
+#include <e2k-validate.h>
+#include <exchange-oof.h>
+#include <exchange-account.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"
#include "exchange-delegates.h"
+#include "exchange-change-password.h"
#define ERROR_DOMAIN "org-gnome-exchange-operations"
@@ -524,12 +525,6 @@ owa_editor_entry_changed(GtkWidget *entry, EConfig *config)
g_free(url_string);
}
-static void
-destroy_label(GtkWidget *old, GtkWidget *label)
-{
- gtk_widget_destroy(label);
-}
-
static char *
construct_owa_url (CamelURL *url)
{