Re: [evolution-patches] Patch to make FreeBusy calls from Evo calendar async with the main thread
- From: Rodrigo Moya <rodrigo novell com>
- To: Harish Krishnaswamy <kharish novell com>
- Cc: Evolution Patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Patch to make FreeBusy calls from Evo calendar async with the main thread
- Date: Mon, 18 Oct 2004 18:45:30 +0200
On Mon, 2004-10-18 at 20:43 +0530, Harish Krishnaswamy wrote:
> Attached patch with the changes.
>
> @@ -621,7 +627,9 @@ ems_init (EMeetingStore *store)
> priv->zone = calendar_config_get_icaltimezone ();
>
> priv->refresh_queue = g_ptr_array_new ();
> - priv->refresh_data = g_hash_table_new (g_direct_hash,
> g_direct_equal);
> + priv->refresh_data = g_hash_table_new (g_direct_hash,
> g_str_equal);
> +
shouldnt you use g_str_hash for the g_hash_table_new call?
the rest looks good.
--
Rodrigo Moya <rodrigo novell com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]