viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit a31899549bf17de899704727045913496adb42c5
parent 1a5b9dc18d72f2b84a6e65a0128eb8c780164056
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 10 Oct 2018 15:22:48 -0700

I think this fixes the original problem

Diffstat:
Mviscal.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/viscal.c b/viscal.c @@ -520,9 +520,6 @@ create_event(struct cal *cal, time_t start, time_t end, icalcomponent *ical) { calendar_refresh_events(cal); - - // XXX: sooo the event doesn't technically exist yet, so this is potentially - // a buffer busting operation... keep an eye out for this one :| cal->select_after_sort = vevent; return vevent;