aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/ChangeLog
diff options
context:
space:
mode:
authorSarfraaz Ahmed <asarfraaz@novell.com>2005-07-11 20:26:24 +0800
committerAhmed Sarfraaz <sarfraaz@src.gnome.org>2005-07-11 20:26:24 +0800
commit619bc50ccd1d7c1d994abb70a7f0db413f3285e0 (patch)
tree62305feb36c77f9999a01a17938723b1756c91a9 /plugins/exchange-operations/ChangeLog
parent97bd85d7b2bc96692337d5f3b63124a7887d38bb (diff)
downloadgsoc2013-evolution-619bc50ccd1d7c1d994abb70a7f0db413f3285e0.tar
gsoc2013-evolution-619bc50ccd1d7c1d994abb70a7f0db413f3285e0.tar.gz
gsoc2013-evolution-619bc50ccd1d7c1d994abb70a7f0db413f3285e0.tar.bz2
gsoc2013-evolution-619bc50ccd1d7c1d994abb70a7f0db413f3285e0.tar.lz
gsoc2013-evolution-619bc50ccd1d7c1d994abb70a7f0db413f3285e0.tar.xz
gsoc2013-evolution-619bc50ccd1d7c1d994abb70a7f0db413f3285e0.tar.zst
gsoc2013-evolution-619bc50ccd1d7c1d994abb70a7f0db413f3285e0.zip
Check that the result is not a success and only then print the error Call
2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-operations.c (exchange_operations_report_error) : Check that the result is not a success and only then print the error * exchange-account-setup.c (btn_chpass_clicked) : Call the error reporting routine only if there is a failure. * exchange-config-listener.c (account_added) : Similar svn path=/trunk/; revision=29718
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r--plugins/exchange-operations/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index b6f1189740..59013f0c93 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,5 +1,13 @@
2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com>
+ * exchange-operations.c (exchange_operations_report_error) : Check that
+ the result is not a success and only then print the error
+ * exchange-account-setup.c (btn_chpass_clicked) : Call the error
+ reporting routine only if there is a failure.
+ * exchange-config-listener.c (account_added) : Similar
+
+2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com>
+
Patch submitted by ArunPrakash <arunp@novell.com>
* exchange-operations.c (exchange_operations_report_error) : Newly
added, to report errors using e_error_run. Also a list of error-ids is