implemented Bubble Tooltips on calendar day view
[citadel.git] / webcit / event.c
index 5b89dbf46db9442af3561868d1dc7ab42f0d3d35..ad729ae5e10be06c96cca47cd26d9ba9545f283f 100644 (file)
@@ -233,7 +233,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum)
                         * from the start time.
                         */
                        t_end = t_start;
-                       t_end.hour += 1;
+                       t_end.hour += 0;
                        t_end.second = 0;
                        t_end = icaltime_normalize(t_end);
                        /* t_end = icaltime_from_timet(now, 0); */