diff options
author | Radek Doulik <rodo@ximian.com> | 2004-07-13 19:07:19 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-07-13 19:07:19 +0800 |
commit | e5d4f6b7d22530f4642aa98c55029398ee943b5d (patch) | |
tree | 12a0463bd5dfed339e8cde26117bf830243ea478 /calendar/ChangeLog | |
parent | 201b027d54d5738ddb43cb65fbf639e968a99350 (diff) | |
download | gsoc2013-evolution-e5d4f6b7d22530f4642aa98c55029398ee943b5d.tar gsoc2013-evolution-e5d4f6b7d22530f4642aa98c55029398ee943b5d.tar.gz gsoc2013-evolution-e5d4f6b7d22530f4642aa98c55029398ee943b5d.tar.bz2 gsoc2013-evolution-e5d4f6b7d22530f4642aa98c55029398ee943b5d.tar.lz gsoc2013-evolution-e5d4f6b7d22530f4642aa98c55029398ee943b5d.tar.xz gsoc2013-evolution-e5d4f6b7d22530f4642aa98c55029398ee943b5d.tar.zst gsoc2013-evolution-e5d4f6b7d22530f4642aa98c55029398ee943b5d.zip |
as below
2004-07-08 Radek Doulik <rodo@ximian.com>
* gui/e-cal-model.c (e_cal_model_date_value_to_string): as below
* gui/e-cal-model-calendar.c (ecmc_value_to_string): as below
* gui/e-cal-model.c (ecm_value_to_string): as below
* gui/e-cal-model-tasks.c (ecmt_value_to_string): dup the string
value, it's free-ed later. instead of returning NULL return
g_strdup ("") as gal does
Fixes #56271
svn path=/trunk/; revision=26634
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4e7a31411e..cedee40fee 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2004-07-08 Radek Doulik <rodo@ximian.com> + + * gui/e-cal-model.c (e_cal_model_date_value_to_string): as below + + * gui/e-cal-model-calendar.c (ecmc_value_to_string): as below + + * gui/e-cal-model.c (ecm_value_to_string): as below + + * gui/e-cal-model-tasks.c (ecmt_value_to_string): dup the string + value, it's free-ed later. instead of returning NULL return + g_strdup ("") as gal does + + Fixes #56271 + 2004-07-12 Rodney Dawes <dobey#novell.com> * gui/e-tasks.c (pane_realized): Add this callback so we can set the |