Changeset 1469
- Timestamp:
- 11/13/06 17:25:39 (2 years ago)
- Files:
-
- 1 modified
-
plugins/kdepim/src/kcal.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/kdepim/src/kcal.cpp
r996 r1469 130 130 131 131 for (KCal::Event::List::ConstIterator i = events.begin(); i != events.end(); i++) { 132 133 /* Skip entries from birthday resource. This is just a workaround. 134 * patch by rhuitl 135 * FIXME: todo: add a list of resources to kdepim-sync.conf 136 */ 137 if ( (*i)->uid().contains("KABC_Birthday") ) 138 continue; 139 132 140 if (!report_incidence(ctx, *i, "event", "vevent20")) 133 141 return false;
