From 6719396397c43cbacf8688a366029b98d563f990 Mon Sep 17 00:00:00 2001 From: Sarfraaz Ahmed Date: Thu, 14 Jul 2005 11:18:35 +0000 Subject: Fixed some compile time warnings 2005-07-14 Sarfraaz Ahmed * 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 --- plugins/exchange-operations/exchange-account-setup.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (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 f49a9f0d63..8985669589 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -37,16 +37,17 @@ #include #include #include -#include -#include -#include #include +#include +#include +#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" #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) { -- cgit v1.2.3