Re: [evolution-patches] fix for bug #274257




Hmm, i'm sure someone else could've reviewed it ... but it looks fine to me.

On Tue, 2005-04-19 at 11:04 -0400, Jeffrey Stedfast wrote:
*poke*

On Fri, 2005-04-15 at 13:33 -0400, Jeffrey Stedfast wrote:
> http://bugzilla.gnome.org/show_bug.cgi?id=274257
> 
> simple type-o
> 
> text/plain attachment (274257.patch)
> ? 274257.patch
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/ChangeLog,v
> retrieving revision 1.47
> diff -u -r1.47 ChangeLog
> --- ChangeLog	11 Apr 2005 06:37:14 -0000	1.47
> +++ ChangeLog	15 Apr 2005 17:33:27 -0000
> @@ -1,3 +1,8 @@
> +2005-04-15  Jeffrey Stedfast  <fejj novell com>
> +
> +	* camel-groupwise-provider.c: s/offline_sync/sync_offline/. Fixes
> +	bug #274257
> +
>  2005-04-08  Sankar P <psankar novell com>
>  
>  	* camel-groupwise-folder.c: (groupwise_folder_get_message)
> Index: camel-groupwise-provider.c
> ===================================================================
> RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/camel-groupwise-provider.c,v
> retrieving revision 1.26
> diff -u -r1.26 camel-groupwise-provider.c
> --- camel-groupwise-provider.c	6 Feb 2005 18:42:31 -0000	1.26
> +++ camel-groupwise-provider.c	15 Apr 2005 17:33:27 -0000
> @@ -60,7 +60,7 @@
>  	  N_("Check new messages for Junk contents"), "0" },
>  	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter_junk_inbox", "filter_junk",
>  	  N_("Only check for Junk messages in the INBOX folder"), "0" },
> -	{ CAMEL_PROVIDER_CONF_CHECKBOX, "offline_sync", NULL,
> +	{ CAMEL_PROVIDER_CONF_CHECKBOX, "sync_offline", NULL,
>  	  N_("Automatically synchronize account locally"), "0" },
>  	{ CAMEL_PROVIDER_CONF_SECTION_END },
>  


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]