diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-11 17:07:24 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-11 17:07:24 +0800 |
commit | 25317085c402d37406b4ecbd4a13289a09c9385e (patch) | |
tree | 5a81db73505858bee8d1bc1656bec2238dd71851 /calendar/gui/e-cal-model.h | |
parent | 08e459d65f1d1895bf6d6d8dad15bec33b733550 (diff) | |
download | gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar.gz gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar.zst gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.zip |
fixes #266144, #317575.
svn path=/trunk/; revision=30503
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index cc8ea4d648..d98d81bbfc 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -142,7 +142,7 @@ gboolean e_cal_model_get_rgb_color_for_component (ECalModel ECalModelComponent *e_cal_model_get_component_at (ECalModel *model, gint row); ECalModelComponent *e_cal_model_get_component_for_uid (ECalModel *model, - const char *uid); + const ECalComponentId *id); gchar *e_cal_model_date_value_to_string (ECalModel *model, const void *value); ECalModelComponent *e_cal_model_copy_component_data (ECalModelComponent *comp_data); |