Update the notification item in *_paste_item()
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
cce0acbe00
commit
0126cbd1b3
@ -729,5 +729,9 @@ apoint_paste_item (void)
|
||||
(void)apoint_new (bkp_cut_apoint.mesg, bkp_cut_apoint.note,
|
||||
bkp_start, bkp_cut_apoint.dur,
|
||||
bkp_cut_apoint.state);
|
||||
|
||||
if (notify_bar ())
|
||||
notify_check_added (bkp_cut_apoint.mesg, bkp_start, bkp_cut_apoint.state);
|
||||
|
||||
apoint_free_bkp (ERASE_FORCE_KEEP_NOTE);
|
||||
}
|
||||
|
@ -1144,5 +1144,9 @@ recur_apoint_paste_item (void)
|
||||
bkp_cut_recur_apoint.rpt->freq,
|
||||
bkp_cut_recur_apoint.rpt->until,
|
||||
&bkp_cut_recur_apoint.exc);
|
||||
|
||||
if (notify_bar ())
|
||||
notify_check_repeated (&bkp_cut_recur_apoint);
|
||||
|
||||
recur_apoint_free_bkp (ERASE_FORCE_KEEP_NOTE);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user