aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-06-21 00:59:31 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-06-21 00:59:31 +0800
commit7aac092a0a515927c16a583bf736882bbda4901a (patch)
tree33004df8f31f0e4d75b21a95cbc9410ef02d3e9d /calendar/gui/dialogs/Makefile.am
parent7d9f61ab2d6fa76fcc9b909ae95a5719908f2331 (diff)
downloadgsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar
gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.gz
gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.bz2
gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.lz
gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.xz
gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.zst
gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.zip
print menu command (print_preview_cmd): ditto for print preview
2001-06-20 JP Rosevear <jpr@ximian.com> * 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
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r--calendar/gui/dialogs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index 1bd4b5034e..e9d21d726a 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -26,6 +26,8 @@ libcal_dialogs_a_SOURCES = \
cal-prefs-dialog.h \
cancel-comp.c \
cancel-comp.h \
+ changed-comp.c \
+ changed-comp.h \
comp-editor.c \
comp-editor.h \
comp-editor-page.c \