diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-09 01:48:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-09 01:48:12 +0800 |
commit | f146a1feb59ccb1a35ff748051b3c0127da72f61 (patch) | |
tree | 302e320fa894fc47a3f6baa9ad0c95634fda909e /camel/ChangeLog | |
parent | bc576ab3c424480875f3028026b860564ee0e17e (diff) | |
download | gsoc2013-evolution-f146a1feb59ccb1a35ff748051b3c0127da72f61.tar.gz gsoc2013-evolution-f146a1feb59ccb1a35ff748051b3c0127da72f61.tar.zst gsoc2013-evolution-f146a1feb59ccb1a35ff748051b3c0127da72f61.zip |
If store->engine->line is NULL, use _("Unknown error") as the error string
2003-04-08 Jeffrey Stedfast <fejj@ximian.com>
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): If
store->engine->line is NULL, use _("Unknown error") as the error
string instead.
svn path=/trunk/; revision=20765
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7305a450a3..12aac0ffc9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-04-08 Jeffrey Stedfast <fejj@ximian.com> + + * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): If + store->engine->line is NULL, use _("Unknown error") as the error + string instead. + 2003-04-08 Not Zed <NotZed@Ximian.com> * camel-folder-summary.c (camel_folder_summary_load): use |