From fe09695939f1d4bcf08b297cf4ade552944514ab Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 17 Apr 1998 00:14:45 +0000 Subject: Use menu_shell->children, not menu->children. Why does GtkMenu have a 1998-04-16 Federico Mena Quintero * eventedit.c (ee_store_alarm): Use menu_shell->children, not menu->children. Why does GtkMenu have a children field in the object structure? (check_dates): New function that insures that start_date < end_date. (check_times): In addition to checking whether the event spans the whole day, now it insures that start_time < end_time. * gncal-full-day.c (child_set_size): Now children get bigger temporarily while they are focused. This allows the handles not to "overlap" the rows used by the child and thus allow editing of very thin events. (recompute_motion): Fix for new child coordinates. (gncal_full_day_expose): Make it use find_child_by_window() instead of looking for it by hand. svn path=/trunk/; revision=145 --- calendar/cal-util/calobj.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/cal-util/calobj.h') diff --git a/calendar/cal-util/calobj.h b/calendar/cal-util/calobj.h index 684605b271..9b69eefd5f 100644 --- a/calendar/cal-util/calobj.h +++ b/calendar/cal-util/calobj.h @@ -2,7 +2,8 @@ * Internal representation of a Calendar object. This is modeled after the * iCalendar/vCalendar specificiation * - * Authors: Miguel de Icaza (miguel@gnu.org), Federico Mena (federico@gimp.org). + * Authors: Miguel de Icaza (miguel@gnu.org) + * Federico Mena (quartic@gimp.org). */ #ifndef CALOBJ_H #define CALOBJ_H -- cgit v1.2.3