diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-27 15:46:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-27 15:46:05 +0800 |
commit | 10c781d6838d73998c417e2090bf413e09b12807 (patch) | |
tree | 61648afddeff03f98e57fdc8f766ae5d516a0227 /calendar/ChangeLog | |
parent | c54e15f7cfe18f697baa11a8a44b458cb7694c28 (diff) | |
download | gsoc2013-evolution-10c781d6838d73998c417e2090bf413e09b12807.tar.gz gsoc2013-evolution-10c781d6838d73998c417e2090bf413e09b12807.tar.zst gsoc2013-evolution-10c781d6838d73998c417e2090bf413e09b12807.zip |
2007-09-27 mcrha Fixes part of bug #228832
svn path=/trunk/; revision=34311
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ee997d1a75..c08e197dd2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2007-09-27 Milan Crha <mcrha@redhat.com> + + ** Fixes part of bug #228832 + + * gui/gnome-cal.h: (gnome_calendar_new_task): + * gui/gnome-cal.c: (gnome_calendar_new_task): Added parameters to + inherit selected time for 'dtstart' and 'due' of new task. + * gui/e-calendar-view.c: (on_new_task): Passing selected time to use. + 2007-09-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #411125 |