aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calobj.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-21 03:53:21 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-21 03:53:21 +0800
commit3acbe7a46f8c3af807ed56b997e2995e45a2fafe (patch)
tree0e65ffe30cbe1cbe59fd3032fa49cfe428b1a016 /calendar/calobj.c
parent26e5915000652f4807e337a2b370ce0051972f04 (diff)
downloadgsoc2013-evolution-3acbe7a46f8c3af807ed56b997e2995e45a2fafe.tar.gz
gsoc2013-evolution-3acbe7a46f8c3af807ed56b997e2995e45a2fafe.tar.zst
gsoc2013-evolution-3acbe7a46f8c3af807ed56b997e2995e45a2fafe.zip
more fixes -mig
svn path=/trunk/; revision=169
Diffstat (limited to 'calendar/calobj.c')
-rw-r--r--calendar/calobj.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/calobj.c b/calendar/calobj.c
index f298c2caf3..b57f660a7b 100644
--- a/calendar/calobj.c
+++ b/calendar/calobj.c
@@ -1112,6 +1112,9 @@ duration_callback (iCalObject *ico, time_t start, time_t end, void *closure)
{
int *count = closure;
+ if (ico->exdate && is_date_in_list (ico->exdate, &start))
+ return;
+
(*count)++;
if (ico->recur->duration == *count) {
ico->recur->enddate = time_end_of_day (end);
* Removing --enable-symbols=small from CONFIGURE_ARGS allows us to avoidtruckman2015-10-102-5/+8 * editors/(x)vile: Upgrade version 9.8o => 9.8qmarino2015-10-107-18/+19 * Update ImageMagick snapshot from 20151006.kwm2015-10-103-7/+7 * emulators/advancemenu: Upgrade version 2.7 => 2.8marino2015-10-103-9/+7 * audio/qjackctl: Upgrade version 0.3.13 => 0.4.0marino2015-10-103-19/+34 * Depend on correct sysutils/py-psutil version to avoidpawel2015-10-101-2/+2 * - Fix plist issue in py-avahi: comment out file which is installed by avahi-a...amdmi32015-10-108-21/+6 * Fix an intermittent build failure by adding a missing dependency to thetruckman2015-10-101-0/+8 * This module offers a simple interface to query NTPpawel2015-10-104-0/+31 * - Add LICENSE and LICENSE_TEXTpawel2015-10-102-2/+5 * - Switch to @sample, fixing stage-qaamdmi32015-10-102-26/+9 * net-mgmt/lldpd: update 0.7.16 -> 0.7.18junovitch2015-10-104-6/+31 * Don't include/parse bsd.options.desc.mk if not needed (showconfig or -V *_DESC).bdrewery2015-10-101-1/+1 * Upgrade to 7.2.0dvl2015-10-107-9/+218 * devel/rubygem-dynflow: update to 0.8.7mmoll2015-10-102-4/+5 * databases/liquibase: Upgrade version 3.3.2 => 3.4.1marino2015-10-103-13/+19 * - Fix patchsunpoet2015-10-101-21/+11 * - Strip shared librarysunpoet2015-10-101-0/+4 * - Update to 0.19sunpoet2015-10-103-7/+6 * - Update to 4.6.4sunpoet2015-10-102-4/+5 * - Update to 2.2.3.0sunpoet2015-10-102-3/+3 * - Add LICENSE_FILEsunpoet2015-10-101-0/+1 * - Update to 0.23.3sunpoet2015-10-102-8/+8 * - Update to 1.5.0sunpoet2015-10-103-5/+5 * - Update to 2.1.29sunpoet2015-10-102-3/+3 * - Update to 2.1.29sunpoet2015-10-102-3/+3 * - Update to 0.13sunpoet2015-10-102-3/+3 * - Update to 2.11sunpoet2015-10-104-12/+17 * - Update TEST_DEPENDSsunpoet2015-10-101-1/+1 * - Update to 0.17sunpoet2015-10-103-14/+6 * - Update to 2.02sunpoet2015-10-102-3/+3 * - Update to 2.12sunpoet2015-10-102-3/+3 * - Update to 4.2.1sunpoet2015-10-103-5/+5 * - Update BROKEN: use lowercase and add CPAN ticket linksunpoet2015-10-101-2/+2 * - Update to 7.45.0sunpoet2015-10-103-3/+49 * - Fix duplicate plist entry in ioquake3-develamdmi32015-10-101-6/+1 * Make missing argument less obscure.bdrewery2015-10-101-4/+5 * Shift any arguments eaten up from getopts. This script takes no argumentsbdrewery2015-10-101-0/+1 * Unify depends-list.sh and all-depends-list.sh into one script, depends-list.sh.bdrewery2015-10-103-40/+18 * Now that required supporting ports were fixed (r398753) and added to thedanfe2015-10-103-6/+166 * devel/lua-posix: upgrade version 31 => 33.3.1marino2015-10-105-63/+56 * devel/android-tools-{adb,fastboot}: update to 6.0.0.r1 (marshmallow)jbeich2015-10-09