diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-02-16 22:46:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-02-16 22:46:36 +0800 |
commit | abe977a93b5651f35592cc9e0dd77c4964e75dee (patch) | |
tree | 07fc32c89db6ecd1ee234607f6485ba6325130cb /calendar | |
parent | 85b432b5d4ab756bd526d159609e344227e0a3e2 (diff) | |
download | gsoc2013-evolution-abe977a93b5651f35592cc9e0dd77c4964e75dee.tar.gz gsoc2013-evolution-abe977a93b5651f35592cc9e0dd77c4964e75dee.tar.zst gsoc2013-evolution-abe977a93b5651f35592cc9e0dd77c4964e75dee.zip |
pass the user list to e_cal_send_objects().
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/itip-utils.c (comp_server_send): pass the user list to
e_cal_send_objects().
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
svn path=/trunk/; revision=24747
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1e220bd21c..5bd6c1c7d8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2004-02-16 Rodrigo Moya <rodrigo@ximian.com> + * gui/itip-utils.c (comp_server_send): pass the user list to + e_cal_send_objects(). + +2004-02-16 Rodrigo Moya <rodrigo@ximian.com> + * gui/alarm-notify/notify-main.c: no need to keep the master client. (init_session): just set the daemon's restart style, not the restart command. Connect to "save_yourself" signal on the session also. diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index fdfc0443b0..ffe95557ec 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -25,6 +25,7 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ + -DEVOLUTION_LIBEXECDIR=\""$(privlibexecdir)"\" \ $(EVOLUTION_CALENDAR_CFLAGS) glade_DATA = \ |