Re: [evolution-patches] Exchange connector: Patch for 272514
- From: Sarfraaz Ahmed <asarfraaz novell com>
- To: Sushma Rai <rsushma novell com>
- Cc: Evolution Patches List <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Exchange connector: Patch for 272514
- Date: Fri, 06 May 2005 15:54:36 +0530
Looks good for HEAD.
--Sarfraaz
On Fri, 2005-05-06 at 10:50 +0530, Sushma Rai wrote:
> URL was included in the translatable message.
>
> -Sushma.
>
> plain text document attachment (i18n_url.diff)
> 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]