diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-10-05 05:43:24 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-10-05 05:43:24 +0800 |
commit | ee09fc6d052a92c0d62a6f42b5a639f2a3af590c (patch) | |
tree | 1c0329711221a363c7dd7656b98efa10f8f8960a /calendar/ChangeLog | |
parent | 9eb9d37c84cb0b57bd4789806c343ff2b4f6be7e (diff) | |
download | gsoc2013-evolution-ee09fc6d052a92c0d62a6f42b5a639f2a3af590c.tar.gz gsoc2013-evolution-ee09fc6d052a92c0d62a6f42b5a639f2a3af590c.tar.zst gsoc2013-evolution-ee09fc6d052a92c0d62a6f42b5a639f2a3af590c.zip |
As a temporary solution to the to-do printing, just print the summaries.
2000-10-04 Federico Mena Quintero <federico@helixcode.com>
* gui/print.c (print_todo_details): As a temporary solution to the
to-do printing, just print the summaries. We'll use the ETable
printing stuff later.
svn path=/trunk/; revision=5721
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7caf784a9a..6591a9a8ba 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 2000-10-04 Federico Mena Quintero <federico@helixcode.com> + * gui/print.c (print_todo_details): As a temporary solution to the + to-do printing, just print the summaries. We'll use the ETable + printing stuff later. + * gui/print.c (print_day_summary_cb): Use g_list_append() correctly. (print_todo_details_cb): Likewise. (print_day_summary): Initialize psi.events. This code was |