aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-system.error.xml
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-26 20:27:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-03 23:40:13 +0800
commitd2f9d47b214d636109759239c49ddfe22e7b8326 (patch)
treed881046c2e375dfae1284bf3e15211deab84a16a /e-util/e-system.error.xml
parent4fedf14c7b90d1bab1906d0e1ffd676af620c15c (diff)
downloadgsoc2013-evolution-d2f9d47b214d636109759239c49ddfe22e7b8326.tar
gsoc2013-evolution-d2f9d47b214d636109759239c49ddfe22e7b8326.tar.gz
gsoc2013-evolution-d2f9d47b214d636109759239c49ddfe22e7b8326.tar.bz2
gsoc2013-evolution-d2f9d47b214d636109759239c49ddfe22e7b8326.tar.lz
gsoc2013-evolution-d2f9d47b214d636109759239c49ddfe22e7b8326.tar.xz
gsoc2013-evolution-d2f9d47b214d636109759239c49ddfe22e7b8326.tar.zst
gsoc2013-evolution-d2f9d47b214d636109759239c49ddfe22e7b8326.zip
e-source-utils.c cleanups.
Also add missing error definitions.
Diffstat (limited to 'e-util/e-system.error.xml')
-rw-r--r--e-util/e-system.error.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/e-util/e-system.error.xml b/e-util/e-system.error.xml
index 64727e047a..04d3f3a758 100644
--- a/e-util/e-system.error.xml
+++ b/e-util/e-system.error.xml
@@ -30,4 +30,14 @@
<_secondary>Because "{1}".</_secondary>
</error>
+ <error id="remove-source-fail" type="error">
+ <_primary>Failed to remove data source &quot;{0}&quot;.</_primary>
+ <_secondary>The reported error was &quot;{1}&quot;.</_secondary>
+ </error>
+
+ <error id="write-source-fail" type="error">
+ <_primary>Failed to update data source &quot;{0}&quot;.</_primary>
+ <_secondary>The reported error was &quot;{1}&quot;.</_secondary>
+ </error>
+
</error-list>