diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-07 00:12:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-07 00:12:31 +0800 |
commit | 3694d1b23b3ae4179e3445bfcbc73fa79643ccdb (patch) | |
tree | bc0d9c229bf98dac58dfd0a0b7d2e6bdb79b0184 /calendar/ChangeLog | |
parent | 4fc07cdc605cf61841f40cabdcae3ad6497d964f (diff) | |
download | gsoc2013-evolution-3694d1b23b3ae4179e3445bfcbc73fa79643ccdb.tar gsoc2013-evolution-3694d1b23b3ae4179e3445bfcbc73fa79643ccdb.tar.gz gsoc2013-evolution-3694d1b23b3ae4179e3445bfcbc73fa79643ccdb.tar.bz2 gsoc2013-evolution-3694d1b23b3ae4179e3445bfcbc73fa79643ccdb.tar.lz gsoc2013-evolution-3694d1b23b3ae4179e3445bfcbc73fa79643ccdb.tar.xz gsoc2013-evolution-3694d1b23b3ae4179e3445bfcbc73fa79643ccdb.tar.zst gsoc2013-evolution-3694d1b23b3ae4179e3445bfcbc73fa79643ccdb.zip |
we don't put any signal handlers on the client or source client now, but
2004-01-06 JP Rosevear <jpr@ximian.com>
* gui/dialogs/comp-editor.c (comp_editor_finalize): we don't put
any signal handlers on the client or source client now, but we do
on the view
(real_set_e_cal): no signal handlers on the client
(obj_modified_cb): we are guaranteed this is a signal for our
component
(obj_removed_cb): ditto
(listen_for_changes): listen for changes on the object
(save_comp): use above since the source_client changed
(real_edit_comp): use above since the comp changed
svn path=/trunk/; revision=24067
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 59e5c894e1..3fa534a4cd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,18 @@ 2004-01-06 JP Rosevear <jpr@ximian.com> + * gui/dialogs/comp-editor.c (comp_editor_finalize): we don't put + any signal handlers on the client or source client now, but we do + on the view + (real_set_e_cal): no signal handlers on the client + (obj_modified_cb): we are guaranteed this is a signal for our + component + (obj_removed_cb): ditto + (listen_for_changes): listen for changes on the object + (save_comp): use above since the source_client changed + (real_edit_comp): use above since the comp changed + +2004-01-06 JP Rosevear <jpr@ximian.com> + * gui/e-select-names-renderer.c (esnr_activated): if we are de-activated, the editing is done (esnr_start_editing): listen for activated signal on the control |