diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-07-01 13:49:51 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-07-01 13:49:51 +0800 |
commit | 10c14aa014cc7d9f324f914c895823f1a202d988 (patch) | |
tree | f05badf75b9ec733e7a61f8d1f106544e916fa26 /plugins/exchange-operations/ChangeLog | |
parent | a9edef00dd65010d4e08517d861ea55992bd863d (diff) | |
download | gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.gz gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.bz2 gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.lz gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.xz gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.zst gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.zip |
Added new. This prints the validation error string.
2005-07-01 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c(print_error) : Added new. This prints the
validation error string.
(owa_authenticate_user) : Fetch the error code from validate and handle
the printing of error strings in the plugin.
* exchange-config-listener.c (account_added) : For now add the sources
before connect to avoid multiple esources. Should be fixed more
elegantly.
svn path=/trunk/; revision=29607
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 098d7e118b..e00832f25d 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,13 @@ +2005-07-01 Sarfraaz Ahmed <asarfraaz@novell.com> + + * exchange-account-setup.c(print_error) : Added new. This prints the + validation error string. + (owa_authenticate_user) : Fetch the error code from validate and handle + the printing of error strings in the plugin. + * exchange-config-listener.c (account_added) : For now add the sources + before connect to avoid multiple esources. Should be fixed more + elegantly. + 2005-06-27 Sarfraaz Ahmed <asarfraaz@novell.com> * Makefile.am : Added the header files as part of SOURCES so that they |