Re: [evolution-patches] Patch to make FreeBusy calls from Evo calendar async with the main thread



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]