diff options
author | JP Rosevear <jpr@ximian.com> | 2002-09-05 04:27:38 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-09-05 04:27:38 +0800 |
commit | 2289bebe82d32bb2390e3218a6dc9c07981540c7 (patch) | |
tree | 98fb84005de564e89c168f5474b228765f812af8 /calendar/ChangeLog | |
parent | e707e15af3e4a1bd5493820305bd667e42b32b9b (diff) | |
download | gsoc2013-evolution-2289bebe82d32bb2390e3218a6dc9c07981540c7.tar gsoc2013-evolution-2289bebe82d32bb2390e3218a6dc9c07981540c7.tar.gz gsoc2013-evolution-2289bebe82d32bb2390e3218a6dc9c07981540c7.tar.bz2 gsoc2013-evolution-2289bebe82d32bb2390e3218a6dc9c07981540c7.tar.lz gsoc2013-evolution-2289bebe82d32bb2390e3218a6dc9c07981540c7.tar.xz gsoc2013-evolution-2289bebe82d32bb2390e3218a6dc9c07981540c7.tar.zst gsoc2013-evolution-2289bebe82d32bb2390e3218a6dc9c07981540c7.zip |
don't listen to client signals after we get destroyed
2002-09-04 JP Rosevear <jpr@ximian.com>
* gui/gnome-cal.c (gnome_calendar_destroy): don't listen to client
signals after we get destroyed
Fixes #17036
svn path=/trunk/; revision=17976
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4e235e7456..32f28d36b3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2002-09-04 JP Rosevear <jpr@ximian.com> + * gui/gnome-cal.c (gnome_calendar_destroy): don't listen to client + signals after we get destroyed + + Fixes #17036 + +2002-09-04 JP Rosevear <jpr@ximian.com> + * gui/dialogs/event-editor.c (event_editor_send_comp): bail out if we couldn't send the cancel |