From 3938735187babf87aa9fed31e905e35bb9dde559 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Tue, 18 Jan 2005 06:12:47 +0000 Subject: Code movement, using accessor functions, and reading url values from gconf and setting it in EAccount. svn path=/trunk/; revision=28426 --- plugins/exchange-account-setup/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'plugins/exchange-account-setup/ChangeLog') diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index 6437f2a67d..40ae5c72ee 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,21 @@ +2005-01-18 Sushma Rai + + * org-gnome-exchange-account-setup.eplug.in: Moved two account + editor plugins unser same hook class. + + * exchange-ask-password.c: Reorganized the code. + Used accessor functions to read and set EAccount values. + Removed editor specific factory function add_owa_entry_to_editor() + from here. + + * exchange-account-setup.c: Reorganized the code. + Moved add_owa_entry_to_editor() and it's sub functions into this file. + (org_gnome_exchange_account_setup): Reading source url and transport + url values stored in gconf and filling up the EAccount structure. + This fixes the problem of page check failure, as improper source url + and transport url values, as we don't read host name in the editor. + (org_gnome_exchange_set_url): Similar. + 2005-01-17 Sushma Rai * Makefile.am: Linking to camel libs. Fixes plugin loading problem -- cgit