diff options
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r-- | calendar/gui/e-cal-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index 7344e87916..2255ec4b35 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -1058,7 +1058,7 @@ set_categories (ECalModelComponent *comp_data, comp_data->priv->categories_str = NULL; /* then set a new value; no need to populate categories_str, - it'll be populated on demand (in the get_categories() function) + * it'll be populated on demand (in the get_categories() function) */ if (value && *value) { prop = icalproperty_new_categories (value); |