diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-06-18 21:38:01 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-18 21:38:01 +0800 |
commit | 3e8a4428fe1b92bbc4aca2d719ae55a1b8ccf8a3 (patch) | |
tree | 70d5a1372cc25be4fead41978cc02fb485478455 /calendar/ChangeLog | |
parent | 79dbe96b010e39a25bd21a00df110dcf7d4e6f1c (diff) | |
download | gsoc2013-evolution-3e8a4428fe1b92bbc4aca2d719ae55a1b8ccf8a3.tar.gz gsoc2013-evolution-3e8a4428fe1b92bbc4aca2d719ae55a1b8ccf8a3.tar.zst gsoc2013-evolution-3e8a4428fe1b92bbc4aca2d719ae55a1b8ccf8a3.zip |
Fixes #56323
2004-06-18 Rodrigo Moya <rodrigo@novell.com>
Fixes #56323
* gui/calendar-component.c (create_new_event): removed read-only
check, just call the editor with the currently selected client and
let it do the job.
* gui/tasks-component.c (create_new_todo): ditto.
svn path=/trunk/; revision=26419
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 236bb25b16..ac02853885 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2004-06-18 Rodrigo Moya <rodrigo@novell.com> + Fixes #56323 + + * gui/calendar-component.c (create_new_event): removed read-only + check, just call the editor with the currently selected client and + let it do the job. + + * gui/tasks-component.c (create_new_todo): ditto. + +2004-06-18 Rodrigo Moya <rodrigo@novell.com> + Fixes #60293 * gui/dialogs/recurrence-page.c (type_toggled_cb): make sure |