From 7dfee05355fb0086563434285ac1a524e78cd2bd Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 25 May 2004 20:41:32 +0000 Subject: Make calendar-errors.xml.h and install the xml file. 2004-05-25 Jeffrey Stedfast * Makefile.am: Make calendar-errors.xml.h and install the xml file. * calendar-errors.xml: New error definitions file. * gui/gnome-cal.c (backend_died_cb): Use e-error * gui/e-tasks.c (backend_died_cb): Use e-error * gui/dialogs/send-comp.c (send_component_dialog): Use e-error * gui/dialogs/save-comp.c (save_component_dialog): Use e-error * gui/dialogs/delete-comp.c (delete_component_dialog): Use e-error * gui/dialogs/cancel-comp.c (cancel_component_dialog): Use e-error svn path=/trunk/; revision=26084 --- calendar/ChangeLog | 25 +++++- calendar/Makefile.am | 13 +++ calendar/calendar-errors.xml | 157 +++++++++++++++++++++++++++++++++++++ calendar/calendar-errors.xml.h | 106 +++++++++++++++++++++++++ calendar/gui/dialogs/cancel-comp.c | 40 +++------- calendar/gui/dialogs/delete-comp.c | 92 ++++++++++------------ calendar/gui/dialogs/save-comp.c | 32 +------- calendar/gui/dialogs/send-comp.c | 39 ++------- calendar/gui/e-tasks.c | 16 ++-- calendar/gui/gnome-cal.c | 16 ++-- 10 files changed, 371 insertions(+), 165 deletions(-) create mode 100644 calendar/calendar-errors.xml create mode 100644 calendar/calendar-errors.xml.h (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 506134211b..f4fe0fec20 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,8 +1,27 @@ +2004-05-25 Jeffrey Stedfast + + * Makefile.am: Make calendar-errors.xml.h and install the xml + file. + + * calendar-errors.xml: New error definitions file. + + * gui/gnome-cal.c (backend_died_cb): Use e-error + + * gui/e-tasks.c (backend_died_cb): Use e-error + + * gui/dialogs/send-comp.c (send_component_dialog): Use e-error + + * gui/dialogs/save-comp.c (save_component_dialog): Use e-error + + * gui/dialogs/delete-comp.c (delete_component_dialog): Use e-error + + * gui/dialogs/cancel-comp.c (cancel_component_dialog): Use e-error + 2004-05-25 Sivaiah Nallagatla - * common/authentication.c (auth_func_cb) : read the "auth-domain" - property to use as component name for e-password calls instead of - hard coded component name + * common/authentication.c (auth_func_cb): read the "auth-domain" + property to use as component name for e-password calls instead of + hard coded component name 2004-05-25 Trent Lloyd diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 9e74d29e99..56acae59c8 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -6,7 +6,20 @@ endif SUBDIRS = idl common gui importers $(CONDUIT_DIR) +error_DATA = calendar-errors.xml +error_i18n = $(error_DATA:.xml=.xml.h) +errordir = $(privdatadir)/errors +%.xml.h: %.xml + $(top_builddir)/e-util/e-error-tool $^ + EXTRA_DIST = \ ChangeLog.pre-1-4 \ + $(error_DATA) \ zones.h +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) + +BUILT_SOURCES = $(error_i18n) + +CLEANFILES = $(BUILT_SOURCES) diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml new file mode 100644 index 0000000000..14c36de2e2 --- /dev/null +++ b/calendar/calendar-errors.xml @@ -0,0 +1,157 @@ + + + + + Would you like to send all the participants a cancellation notice? + If you don't send a cancellation notice, the other participants may not know the meeting is canceled. +