diff options
Diffstat (limited to 'plugins/exchange-account-setup')
-rw-r--r-- | plugins/exchange-account-setup/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/exchange-account-setup/exchange-account-setup.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index ac7e8a5fe0..c3d909b3f2 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-05-16 Not Zed <NotZed@Ximian.com> + + * exchange-account-setup.c: moved e-error to e-util + 2005-03-18 Sushma Rai <rsushma@novell.com> * exchange-account-setup.c (org_gnome_exchange_owa_url): When the diff --git a/plugins/exchange-account-setup/exchange-account-setup.c b/plugins/exchange-account-setup/exchange-account-setup.c index 34679f326f..8d0ccacede 100644 --- a/plugins/exchange-account-setup/exchange-account-setup.c +++ b/plugins/exchange-account-setup/exchange-account-setup.c @@ -37,7 +37,7 @@ #include "mail/em-account-editor.h" #include "mail/em-config.h" #include "e-util/e-account.h" -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" GtkWidget* org_gnome_exchange_settings(EPlugin *epl, EConfigHookItemFactoryData *data); GtkWidget *org_gnome_exchange_owa_url(EPlugin *epl, EConfigHookItemFactoryData *data); |