fixed a bug appearing when trying to delete a newly repeated item
This commit is contained in:
parent
a861cc2c98
commit
ef12ff80cf
@ -1,4 +1,4 @@
|
|||||||
/* $calcurse: calcurse.c,v 1.12 2006/09/06 17:12:15 culot Exp $ */
|
/* $calcurse: calcurse.c,v 1.13 2006/09/08 09:47:17 culot Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Calcurse - text-based organizer
|
* Calcurse - text-based organizer
|
||||||
@ -329,6 +329,7 @@ int main(int argc, char **argv)
|
|||||||
if (which_pan == APPOINTMENT && hilt_app != 0)
|
if (which_pan == APPOINTMENT && hilt_app != 0)
|
||||||
recur_repeat_item(sel_year, sel_month,
|
recur_repeat_item(sel_year, sel_month,
|
||||||
sel_day, hilt_app, colr);
|
sel_day, hilt_app, colr);
|
||||||
|
do_storage = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case '+':
|
case '+':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user