diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-06 22:55:27 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-06 22:55:27 +0800 |
commit | 0234e67a4bb17367c1044d7a05090de0cb5ebba4 (patch) | |
tree | b3b4f1779086456f7805a600aa884f0bae83b3c4 /calendar/ChangeLog | |
parent | 6f2710f8e6ffd7e354da7262d63f6f234dee70e9 (diff) | |
download | gsoc2013-evolution-0234e67a4bb17367c1044d7a05090de0cb5ebba4.tar gsoc2013-evolution-0234e67a4bb17367c1044d7a05090de0cb5ebba4.tar.gz gsoc2013-evolution-0234e67a4bb17367c1044d7a05090de0cb5ebba4.tar.bz2 gsoc2013-evolution-0234e67a4bb17367c1044d7a05090de0cb5ebba4.tar.lz gsoc2013-evolution-0234e67a4bb17367c1044d7a05090de0cb5ebba4.tar.xz gsoc2013-evolution-0234e67a4bb17367c1044d7a05090de0cb5ebba4.tar.zst gsoc2013-evolution-0234e67a4bb17367c1044d7a05090de0cb5ebba4.zip |
if we are de-activated, the editing is done (esnr_start_editing): listen
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
frame
Fixes #52196
svn path=/trunk/; revision=24065
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 0d23c49db7..59e5c894e1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +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 + frame + + Fixes #52196 + 2004-01-06 Kidd Wang <kidd.wang@sun.com> * gui/e-calendar-table.[ch] (e_calendar_table_open_selected): |