diff options
author | Milan Crha <mcrha@redhat.com> | 2008-08-12 16:44:09 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-08-12 16:44:09 +0800 |
commit | 2d265825401de6bc45b00a75bf20a870fc46ad53 (patch) | |
tree | d9177924b2dd9f91b94c2a196ecd95c5321ad96d /addressbook/ChangeLog | |
parent | 6fba643462c13075d543c41d961fdf355426602d (diff) | |
download | gsoc2013-evolution-2d265825401de6bc45b00a75bf20a870fc46ad53.tar gsoc2013-evolution-2d265825401de6bc45b00a75bf20a870fc46ad53.tar.gz gsoc2013-evolution-2d265825401de6bc45b00a75bf20a870fc46ad53.tar.bz2 gsoc2013-evolution-2d265825401de6bc45b00a75bf20a870fc46ad53.tar.lz gsoc2013-evolution-2d265825401de6bc45b00a75bf20a870fc46ad53.tar.xz gsoc2013-evolution-2d265825401de6bc45b00a75bf20a870fc46ad53.tar.zst gsoc2013-evolution-2d265825401de6bc45b00a75bf20a870fc46ad53.zip |
** Fix for bug #547308
2008-08-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #547308
* gui/component/addressbook.c: (load_source_auth_cb):
Do not try to authenticate to the server more than twice when knows
the password and it didn't fail because of wrong user name/password.
* gui/widgets/eab-gui-util.c: (const char *status_to_string[]):
New string for new status code.
* gui/widgets/eab-gui-util.c: (eab_load_error_dialog):
Include detailed error in generic failure error, if available and is
not a repository offline error.
svn path=/trunk/; revision=35964
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6689d3c689..88089025f1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2008-08-12 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #547308 + + * gui/component/addressbook.c: (load_source_auth_cb): + Do not try to authenticate to the server more than twice when knows + the password and it didn't fail because of wrong user name/password. + * gui/widgets/eab-gui-util.c: (const char *status_to_string[]): + New string for new status code. + * gui/widgets/eab-gui-util.c: (eab_load_error_dialog): + Include detailed error in generic failure error, if available and is + not a repository offline error. + 2008-08-11 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #546892 |