diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-17 08:14:45 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-17 08:14:45 +0800 |
commit | fe09695939f1d4bcf08b297cf4ade552944514ab (patch) | |
tree | 426620ea91ef8db06a2d487c0d8ebb882426fd2c /calendar/view-utils.h | |
parent | fe316c1621c4937cd8849a9c117d8be1ae219e0e (diff) | |
download | gsoc2013-evolution-fe09695939f1d4bcf08b297cf4ade552944514ab.tar gsoc2013-evolution-fe09695939f1d4bcf08b297cf4ade552944514ab.tar.gz gsoc2013-evolution-fe09695939f1d4bcf08b297cf4ade552944514ab.tar.bz2 gsoc2013-evolution-fe09695939f1d4bcf08b297cf4ade552944514ab.tar.lz gsoc2013-evolution-fe09695939f1d4bcf08b297cf4ade552944514ab.tar.xz gsoc2013-evolution-fe09695939f1d4bcf08b297cf4ade552944514ab.tar.zst gsoc2013-evolution-fe09695939f1d4bcf08b297cf4ade552944514ab.zip |
Use menu_shell->children, not menu->children. Why does GtkMenu have a
1998-04-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* 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
Diffstat (limited to 'calendar/view-utils.h')
-rw-r--r-- | calendar/view-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/view-utils.h b/calendar/view-utils.h index 6e934c0407..a1876b6032 100644 --- a/calendar/view-utils.h +++ b/calendar/view-utils.h @@ -2,7 +2,7 @@ * * Copyright (C) 1998 The Free Software Foundation * - * Author: Federico Mena <federico@nuclecu.unam.mx> + * Author: Federico Mena <quartic@gimp.org> */ #ifndef VIEW_UTILS_H |