Re: [evolution-patches] Fix for #264449 [Tasks]



Hi,
    The function hide of tasks should not be present in e-cal-model,
probably can be moved to e-calendar-table. We need to get all the
objects to be displayed only when the configuration is changed for
displaying the completed tasks. This also cover the color change for to
show the due (for today) and over due tasks.

priv->objects->len - 1);
+                       } else {
+                               e_table_model_pre_change (E_TABLE_MODEL
(model));
+                               pos = get_position_in_array
(priv->objects, comp_data);
+                               e_table_model_row_changed (E_TABLE_MODEL
(model), pos);
+                       }
+         
Is it necessary to emit a row changed signal here ?

thanks, Chenthill.

Mon, 2005-08-29 at 04:53 -0600, Jukaku Mubeen wrote:
> Hi,
> 
> Attached is modified patch to fix the bug.
> Changelog explains it all.
> 
> Thanks,
> Mubeen
> _______________________________________________
> evolution-patches mailing list
> evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches



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