Recurrence

- Removed vestigial mask:"..." attribute from newly generated recurring
  task instances.
This commit is contained in:
Paul Beckingham 2010-08-31 01:30:20 -04:00
parent d738f778ee
commit 808934483f

View file

@ -114,6 +114,8 @@ void handleRecurrence ()
sprintf (indexMask, "%u", (unsigned int) i); sprintf (indexMask, "%u", (unsigned int) i);
rec.set ("imask", indexMask); // Store index into mask. rec.set ("imask", indexMask); // Store index into mask.
rec.remove ("mask"); // Remove the mask of the parent.
// Add the new task to the vector, for immediate use. // Add the new task to the vector, for immediate use.
modified.push_back (rec); modified.push_back (rec);