Re: [evolution-patches] Fix for the bug #64398 [calendar]



On Fri, 2004-09-03 at 19:37 +0530, chenthill wrote:
> Hi,
> Have attached a fix for the getdelta crash in calendar. Missed to
> attach the patch in previous mail.
> 

> @@ -1506,6 +1513,7 @@ e_cal_backend_groupwise_init (ECalBacken
>  
>         priv->categories_by_id = g_hash_table_new_full (g_str_hash,
> g_str_equal, g_free, g_free);
>         priv->categories_by_name = g_hash_table_new_full (g_str_hash,
> g_str_equal, g_free, g_free);
> +       priv->timeout_id = 0;
> 
here, you probably want to set priv->timeout_id to -1, since 0 is a
valid timeout_id IIRC

The rest looks good to me
-- 
Rodrigo Moya <rodrigo novell com>




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