diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-16 04:55:34 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-16 04:55:34 +0800 |
commit | 6f0b054a1c5b55f9d965c9e0a585bb51281eae4e (patch) | |
tree | afd2956ff19336cc2c4ec7319df2eff84d30fe6a /calendar/gui/Makefile.am | |
parent | 68d735186505c598fd021fde44c2735263d4591d (diff) | |
download | gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar.gz gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar.zst gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.zip |
Callback used to mark every event in a month. (mark_month_item): Use
2000-08-15 JP Rosevear <jpr@helixcode.com>
* gui/mark.c (mark_month_item_cb): Callback used to mark every
event in a month.
(mark_month_item): Use cal_client_generate_instances with
above callback
svn path=/trunk/; revision=4848
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 3d92a30ae4..f40e442a69 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -42,8 +42,6 @@ glade_DATA = \ glade_messages = event-editor-dialog.glade.h evolution_calendar_SOURCES = \ - print.c \ - print.h \ alarm.c \ alarm.h \ calendar-commands.c \ @@ -87,6 +85,8 @@ evolution_calendar_SOURCES = \ mark.h \ popup-menu.c \ popup-menu.h \ + print.c \ + print.h \ prop.c evolution_calendar_LDADD = \ |