diff options
author | 1 <jpr@ximian.com> | 2001-12-21 22:49:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-12-21 22:49:31 +0800 |
commit | ff1f6c3f1a46f7dccf36b8e1b61ec13389b25a11 (patch) | |
tree | 2629c62ed9c13edf3c7f50cd5509b6e1286c4d0e /calendar/ChangeLog | |
parent | dd77672ca6f23fcd566dccc3bac594d2b7521f56 (diff) | |
download | gsoc2013-evolution-ff1f6c3f1a46f7dccf36b8e1b61ec13389b25a11.tar.gz gsoc2013-evolution-ff1f6c3f1a46f7dccf36b8e1b61ec13389b25a11.tar.zst gsoc2013-evolution-ff1f6c3f1a46f7dccf36b8e1b61ec13389b25a11.zip |
inherit from bonobo window
2001-12-21 <jpr@ximian.com>
* gui/dialogs/comp-editor.h: inherit from bonobo window
* gui/dialogs/comp-editor.c: inherit from bonobo window
(comp_editor_key_press_event): Look for an escape key press and
close the window if found
svn path=/trunk/; revision=15202
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d6ddefb82a..023ca5c4a8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2001-12-21 <jpr@ximian.com> + + * gui/dialogs/comp-editor.h: inherit from bonobo window + + * gui/dialogs/comp-editor.c: inherit from bonobo window + (comp_editor_key_press_event): Look for an escape key press and + close the window if found + 2001-12-20 Ettore Perazzoli <ettore@ximian.com> [Fixes #17377, Evolution doesn't work on multi-depth displays.] |