aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-05-27 01:10:48 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-05-27 01:10:48 +0800
commit08f9758626f41561d7420ece2e59489b24f29324 (patch)
tree1072718d789afb1ece51bf8098e227632eab842d /calendar/ChangeLog
parenta1d69a1b83b4a1de9f54fef9a4e0da7703de9a55 (diff)
downloadgsoc2013-evolution-08f9758626f41561d7420ece2e59489b24f29324.tar
gsoc2013-evolution-08f9758626f41561d7420ece2e59489b24f29324.tar.gz
gsoc2013-evolution-08f9758626f41561d7420ece2e59489b24f29324.tar.bz2
gsoc2013-evolution-08f9758626f41561d7420ece2e59489b24f29324.tar.lz
gsoc2013-evolution-08f9758626f41561d7420ece2e59489b24f29324.tar.xz
gsoc2013-evolution-08f9758626f41561d7420ece2e59489b24f29324.tar.zst
gsoc2013-evolution-08f9758626f41561d7420ece2e59489b24f29324.zip
update proto
2002-05-26 JP Rosevear <jpr@ximian.com> * gui/dialogs/comp-editor.h: update proto * gui/dialogs/comp-editor.c (comp_editor_get_comp): new function to get base comp * gui/e-comp-editor-registry.c (e_comp_editor_registry_add): get the base comp, not the current comp, don't unref it (foreach_close_cb): block the signal, unblock it if the editor could not be closed (e_comp_editor_registry_close_all): fix preconditions (editor_destroy_cb): get the base comp, not the current comp, don't unref it svn path=/trunk/; revision=17020
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 225f7b076a..de08d34644 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,20 @@
2002-05-26 JP Rosevear <jpr@ximian.com>
+ * gui/dialogs/comp-editor.h: update proto
+
+ * gui/dialogs/comp-editor.c (comp_editor_get_comp): new function
+ to get base comp
+
+ * gui/e-comp-editor-registry.c (e_comp_editor_registry_add): get
+ the base comp, not the current comp, don't unref it
+ (foreach_close_cb): block the signal, unblock it if the editor
+ could not be closed
+ (e_comp_editor_registry_close_all): fix preconditions
+ (editor_destroy_cb): get the base comp, not the current comp,
+ don't unref it
+
+2002-05-26 JP Rosevear <jpr@ximian.com>
+
* gui/e-comp-editor-registry.c (e_comp_editor_registry_close_all):
if there are remaining items, return false
(foreach_close_cb): don't remove the item if it couldn't be closed