diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-22 02:15:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-22 02:15:42 +0800 |
commit | dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf (patch) | |
tree | ee3e3748a4885289c37c2d977949fa3c9f7b5334 /calendar/ChangeLog | |
parent | 37a44d001d5cbaab7936ceac77f5c69afd3a3246 (diff) | |
download | gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.tar.gz gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.tar.zst gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.zip |
Fixes #46404
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #46404
* gui/tasks-control.c (tasks_control_print_cmd): just call print
tasks, we don't do the dialog here
* gui/print.h: update protos
* gui/print.c (print_calendar): use e_print routines for config
and dialog and make copies and range settings properly available
(print_comp): ditto
(print_table): bring up dialog here so that printing for calendar
list view works correctly
* gui/calendar-commands.c (print): pass extra params to print
table
svn path=/trunk/; revision=28490
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f1de8c504b..8e22595888 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2005-01-21 JP Rosevear <jpr@novell.com> + + Fixes #46404 + + * gui/tasks-control.c (tasks_control_print_cmd): just call print + tasks, we don't do the dialog here + + * gui/print.h: update protos + + * gui/print.c (print_calendar): use e_print routines for config + and dialog and make copies and range settings properly available + (print_comp): ditto + (print_table): bring up dialog here so that printing for calendar + list view works correctly + + * gui/calendar-commands.c (print): pass extra params to print + table + 2005-01-19 Rodrigo Moya <rodrigo@novell.com> * importers/icalendar-importer.c (update_objects): use receive_objects |