From 7aac092a0a515927c16a583bf736882bbda4901a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Jun 2001 16:59:31 +0000 Subject: print menu command (print_preview_cmd): ditto for print preview 2001-06-20 JP Rosevear * gui/dialogs/comp-editor.c (print_cmd): print menu command (print_preview_cmd): ditto for print preview (print_setup_cmd): ditto for print setup (comp_editor_set_cal_client): listen for updated and removed signals (obj_updated_cb): if the item changes else where, query the user for the course of action (obj_removed_cb): ditto for removal * gui/print.c (print_setup): rudimentary page setup support (print_comp): rudimentary individual event/task printing support * gui/print.h: new protos * gui/dialogs/changed-comp.[hc]: dialog to query the user about what to do when a item is changed elsewhere * gui/dialogs/Makefile.am: build new files * gui/dialogs/send-comp.c (send_component_dialog): remove useless assignment svn path=/trunk/; revision=10338 --- calendar/gui/dialogs/send-comp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/dialogs/send-comp.c') diff --git a/calendar/gui/dialogs/send-comp.c b/calendar/gui/dialogs/send-comp.c index 8b1824866c..7f7874fa41 100644 --- a/calendar/gui/dialogs/send-comp.c +++ b/calendar/gui/dialogs/send-comp.c @@ -49,8 +49,6 @@ send_component_dialog (CalComponent *comp) CalComponentVType vtype; char *str; - str = _("The meeting status has changed. Send an updated version?"); - vtype = cal_component_get_vtype (comp); switch (vtype) { -- cgit v1.2.3