[evolution-patches] Exchange connector - patch for #72514
- From: "Sushma Rai" <rsushma novell com>
- To: <evolution-patches lists ximian com>
- Cc: "Ahmed Sarfraaz" <ASarfraaz novell com>
- Subject: [evolution-patches] Exchange connector - patch for #72514
- Date: Thu, 24 Feb 2005 05:33:24 -0700
Hi,
Please review the attached patch.
I am not sure if this requires i18n approval also.
Thanks,
Sushma.
Index: lib/e2k-autoconfig.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/lib/e2k-autoconfig.c,v
retrieving revision 1.10
diff -u -p -r1.10 e2k-autoconfig.c
--- lib/e2k-autoconfig.c 10 Feb 2005 13:27:38 -0000 1.10
+++ lib/e2k-autoconfig.c 24 Feb 2005 11:28:30 -0000
@@ -1395,7 +1395,7 @@ validate (const char *owa_url, char *use
E2kOperation op; /* FIXME */
E2kAutoconfigResult result;
gboolean valid = FALSE;
- const char *old, *new;
+ const char *old, *new, *url;
ac = e2k_autoconfig_new (owa_url, user, password,
E2K_AUTOCONFIG_USE_EITHER);
@@ -1469,6 +1469,7 @@ validate (const char *owa_url, char *use
break;
case E2K_AUTOCONFIG_CANT_BPROPFIND:
+ url = "http://support.novell.com/cgi-bin/search/searchtid.cgi?/ximian/ximian328.html";
e_notice (
NULL, GTK_MESSAGE_ERROR,
_("Ximian Connector requires access to certain "
@@ -1479,7 +1480,7 @@ validate (const char *owa_url, char *use
"you to be able to use Ximian Connector.\n\n"
"For information to provide to your Exchange "
"administrator, please follow the link below:\n"
- "http://support.novell.com/cgi-bin/search/searchtid.cgi?/ximian/ximian328.html "));
+ "%s"), url);
valid = FALSE;
break;
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-exchange/ChangeLog,v
retrieving revision 1.265
diff -u -p -r1.265 ChangeLog
--- ChangeLog 20 Feb 2005 06:57:46 -0000 1.265
+++ ChangeLog 24 Feb 2005 12:10:02 -0000
@@ -1,3 +1,8 @@
+2005-02-24 Sushma Rai <rsushma novell com>
+
+ * lib/e2k-autoconfig.c (validate): Removed the hard coded support url
+ from translateable error message. Fixes #72514
+
2005-02-20 Sushma Rai <rsushma novell com>
* addressbook/e-book-backend-gal.c (func_is_or_begins_with): Allowing
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]