aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-account-setup.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-12-12 16:16:54 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-12-12 16:16:54 +0800
commit0bf183b70276a6d7028d068741a66dafd21157ff (patch)
tree8cae9a3859bda361b37b3ff580eedcc469afb126 /plugins/exchange-operations/exchange-account-setup.c
parent570c6e6525366d4b0c464590ba7394d9504e5277 (diff)
downloadgsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar
gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.gz
gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.bz2
gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.lz
gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.xz
gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.zst
gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.zip
Using the proper error code, and also removed hard coded URL from
translatable string. svn path=/trunk/; revision=30755
Diffstat (limited to 'plugins/exchange-operations/exchange-account-setup.c')
-rw-r--r--plugins/exchange-operations/exchange-account-setup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c
index cac2c33395..c4f5bc3ed8 100644
--- a/plugins/exchange-operations/exchange-account-setup.c
+++ b/plugins/exchange-operations/exchange-account-setup.c
@@ -407,7 +407,9 @@ print_error (const char *owa_url, E2kAutoconfigResult result)
break;
case E2K_AUTOCONFIG_CANT_BPROPFIND:
- e_error_run (NULL, ERROR_DOMAIN ":connect-exchange-error", NULL);
+ e_error_run (NULL, ERROR_DOMAIN ":connect-exchange-error",
+ "http://support.novell.com/cgi-bin/search/searchtid.cgi?/ximian/ximian328.html",
+ NULL);
break;
case E2K_AUTOCONFIG_EXCHANGE_5_5: