diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 17:29:18 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 17:29:18 +0800 |
commit | 609a0591014db0f10e981388962c328a3f2f935d (patch) | |
tree | d1ecb61d8c2ba2cd5904fc708a8e3d19b5107b97 /calendar/ChangeLog | |
parent | 1e2901cd509edbbe74b5effd5c44a7570100ca85 (diff) | |
download | gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.gz gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.bz2 gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.lz gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.xz gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.zst gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.zip |
fixes #271810
svn path=/trunk/; revision=31159
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 2e67cece10..ab71efc7b0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2006-01-13 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #271810 + * gui/dialogs/comp-editor.c: (comp_editor_class_init), (save_comp): + * gui/dialogs/comp-editor.h: Added to signal to indicate the object + has been created. + * gui/e-calendar-view.c: (user_created_cb), + (open_event_with_flags): Emit the user_created signal if object + is created to ensure the calendar is selected. + 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #274234 |