aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-01-18 14:12:47 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-01-18 14:12:47 +0800
commit3938735187babf87aa9fed31e905e35bb9dde559 (patch)
treed9e804129558723268ea68b16f2a8d3d7615d2b6 /plugins/exchange-account-setup/ChangeLog
parentce004bd794e3cea909fada955e8f483b86a579f7 (diff)
downloadgsoc2013-evolution-3938735187babf87aa9fed31e905e35bb9dde559.tar
gsoc2013-evolution-3938735187babf87aa9fed31e905e35bb9dde559.tar.gz
gsoc2013-evolution-3938735187babf87aa9fed31e905e35bb9dde559.tar.bz2
gsoc2013-evolution-3938735187babf87aa9fed31e905e35bb9dde559.tar.lz
gsoc2013-evolution-3938735187babf87aa9fed31e905e35bb9dde559.tar.xz
gsoc2013-evolution-3938735187babf87aa9fed31e905e35bb9dde559.tar.zst
gsoc2013-evolution-3938735187babf87aa9fed31e905e35bb9dde559.zip
Code movement, using accessor functions, and reading url values from
gconf and setting it in EAccount. svn path=/trunk/; revision=28426
Diffstat (limited to 'plugins/exchange-account-setup/ChangeLog')
-rw-r--r--plugins/exchange-account-setup/ChangeLog18
1 files changed, 18 insertions, 0 deletions
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 <rsushma@novell.com>
+
+ * 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 <rsushma@novell.com>
* Makefile.am: Linking to camel libs. Fixes plugin loading problem