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/gui/calendar-commands.c | |
parent | 37a44d001d5cbaab7936ceac77f5c69afd3a3246 (diff) | |
download | gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.tar gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.tar.gz gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.tar.bz2 gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.tar.lz gsoc2013-evolution-dad5fd71fa54ddb1fb293a2448e3e0e4895cbacf.tar.xz 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/gui/calendar-commands.c')
-rw-r--r-- | calendar/gui/calendar-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 47ff3070b9..e4167df141 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -117,7 +117,7 @@ print (GnomeCalendar *gcal, gboolean preview) case GNOME_CAL_LIST_VIEW: list_view = E_CAL_LIST_VIEW (gnome_calendar_get_current_view_widget (gcal)); etable = e_table_scrolled_get_table (list_view->table_scrolled); - print_table (etable, _("Calendar"), preview); + print_table (etable, _("Print"), _("Calendar"), preview); return; default: |