aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2006-06-12 19:27:17 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2006-06-12 19:27:17 +0800
commit9236ecd8e816336d4ec7c4181c9cc31d881ebf05 (patch)
treec509818aacb222fbcd3a13492f5397cc0973c321 /plugins/groupwise-features/org-gnome-proxy-login-errors.xml
parent8c29e64b187b7c956103dcd2214665feb847328f (diff)
downloadgsoc2013-evolution-9236ecd8e816336d4ec7c4181c9cc31d881ebf05.tar
gsoc2013-evolution-9236ecd8e816336d4ec7c4181c9cc31d881ebf05.tar.gz
gsoc2013-evolution-9236ecd8e816336d4ec7c4181c9cc31d881ebf05.tar.bz2
gsoc2013-evolution-9236ecd8e816336d4ec7c4181c9cc31d881ebf05.tar.lz
gsoc2013-evolution-9236ecd8e816336d4ec7c4181c9cc31d881ebf05.tar.xz
gsoc2013-evolution-9236ecd8e816336d4ec7c4181c9cc31d881ebf05.tar.zst
gsoc2013-evolution-9236ecd8e816336d4ec7c4181c9cc31d881ebf05.zip
org-gnome-proxy-login-errors.xml: Handled error case to not allow proxy
2006-06-12 Sankar P <psankar@novell.com> * proxy-login.c: org-gnome-proxy-login-errors.xml: Handled error case to not allow proxy login to the same account more than once. Fixes #340535 svn path=/trunk/; revision=32111
Diffstat (limited to 'plugins/groupwise-features/org-gnome-proxy-login-errors.xml')
-rw-r--r--plugins/groupwise-features/org-gnome-proxy-login-errors.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
index d330f85287..69b3cd562d 100644
--- a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
+++ b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
@@ -6,5 +6,10 @@
Proxy login as &quot;{0}&quot; was unsuccessful. Please check Email Id and try again.
</secondary>
</error>
-</error-list>
+<error id="already-loggedin" type="error">
+ <primary>Account Already Exists</primary>
+ <secondary>Account &quot;{0}&quot; already exists. Please check your folder tree.</secondary>
+</error>
+
+</error-list>