diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-12 07:46:52 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-12 07:46:52 +0800 |
commit | 188ec0d0254b5f1e6fa1f98e70f5ad0990184490 (patch) | |
tree | 2edc3f1928a6f3ab37474763791e9ca11516270b /calendar/gui/Makefile.am | |
parent | e118c5cdbc09918fc648dd63d6f3c02cdcdfcdc2 (diff) | |
download | gsoc2013-evolution-188ec0d0254b5f1e6fa1f98e70f5ad0990184490.tar.gz gsoc2013-evolution-188ec0d0254b5f1e6fa1f98e70f5ad0990184490.tar.zst gsoc2013-evolution-188ec0d0254b5f1e6fa1f98e70f5ad0990184490.zip |
be careful about adding and stripping MAILTO:'s properly
2001-07-11 JP Rosevear <jpr@ximian.com>
* gui/dialogs/meeting-page.c: be careful about adding and
stripping MAILTO:'s properly
* gui/dialogs/meeting-page.etspec: add missing columns
* gui/itip-utils.c (itip_strip_mailto): point to the real start of
the email address
* gui/itip-utils.h: add proto
* gui/itip-control-factory.c: get rid of the my address property
* gui/e-itip-control.c: use the users real identity to figure out
which attendee they are
(find_my_address): figure out who the user is among the attendees
* gui/e-itip-control.h: remove protos
* gui/dialogs/Makefile.am: extra dist etspecs
* gui/Makefile.am: ditto
svn path=/trunk/; revision=11020
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index e21fe3737f..b7d2d73a6d 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -165,6 +165,7 @@ oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) EXTRA_DIST = \ $(glade_DATA) \ + $(etspec_DATA) \ $(oaf_in_files) install-data-local: |