diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-06-02 12:40:44 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-06-02 12:40:44 +0800 |
commit | c91b4c129a05a17a3a4b9861630a9cb43589ca4a (patch) | |
tree | fc31f3a9b4719e3b2ce2654e7a557cbe6650ca99 /calendar/ChangeLog | |
parent | a161070ec2a2de0527a9b442f11d29a6749db122 (diff) | |
download | gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar.gz gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar.zst gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.zip |
Handler for the "editor_closed" signal of the event editor; we just
2000-06-01 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.c (editor_closed_cb): Handler for the
"editor_closed" signal of the event editor; we just destroy it
then.
* gui/event-editor.c (app_delete_event_cb): Callback used when the
dialog is closed. Release the iCalObject here instead of the
event editor's destroy handler, and emit the new "editor_closed"
signal.
svn path=/trunk/; revision=3376
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f58a8e42dd..04809350c2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2000-06-01 Federico Mena Quintero <federico@helixcode.com> + * gui/gnome-cal.c (editor_closed_cb): Handler for the + "editor_closed" signal of the event editor; we just destroy it + then. + + * gui/event-editor.c (app_delete_event_cb): Callback used when the + dialog is closed. Release the iCalObject here instead of the + event editor's destroy handler, and emit the new "editor_closed" + signal. + +2000-06-01 Federico Mena Quintero <federico@helixcode.com> + * gui/event-editor-dialog.glade: Change of plans. The toplevel GnomeApp is now generated with Glade instead of being created in the program code. Otherwise we can't migrate the accelerators to |