aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/print.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-01-22 02:15:42 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-01-22 02:15:42 +0800
commitdad5fd71fa54ddb1fb293a2448e3e0e4895cbacf (patch)
treeee3e3748a4885289c37c2d977949fa3c9f7b5334 /calendar/gui/print.h
parent37a44d001d5cbaab7936ceac77f5c69afd3a3246 (diff)
downloadgsoc2013-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/print.h')
-rw-r--r--calendar/gui/print.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/calendar/gui/print.h b/calendar/gui/print.h
index 52db38c371..d706125e6c 100644
--- a/calendar/gui/print.h
+++ b/calendar/gui/print.h
@@ -36,10 +36,7 @@ typedef enum {
void print_calendar (GnomeCalendar *gcal, gboolean preview, time_t at, PrintView default_view);
void print_comp (ECalComponent *comp, ECal *client, gboolean preview);
-void print_table (ETable *etable, const char *title, gboolean preview);
-
-
-void print_setup (void);
+void print_table (ETable *etable, const char *dialog_title, const char *print_header, gboolean preview);