aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-03-05 23:41:33 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-03-05 23:41:33 +0800
commit1fe2e871abffea25d9a43b4eb33152677add778f (patch)
tree303f086aeac51403f05935a5ebd4f68372c69c46 /calendar/ChangeLog
parent5c97b1f7929c298316c9ced8eec3083de028cb2f (diff)
downloadgsoc2013-evolution-1fe2e871abffea25d9a43b4eb33152677add778f.tar
gsoc2013-evolution-1fe2e871abffea25d9a43b4eb33152677add778f.tar.gz
gsoc2013-evolution-1fe2e871abffea25d9a43b4eb33152677add778f.tar.bz2
gsoc2013-evolution-1fe2e871abffea25d9a43b4eb33152677add778f.tar.lz
gsoc2013-evolution-1fe2e871abffea25d9a43b4eb33152677add778f.tar.xz
gsoc2013-evolution-1fe2e871abffea25d9a43b4eb33152677add778f.tar.zst
gsoc2013-evolution-1fe2e871abffea25d9a43b4eb33152677add778f.zip
override finalize, not destroy (start_calendar_server): take itip as a
2003-03-05 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c (class_init): override finalize, not destroy (start_calendar_server): take itip as a param and gtk_main_quit if it gets destroyed while we are waiting for the cal client to load (start_default_server): ditto (get_servers): take itip as a param and don't load if we've been destroyed, check for an except when retrieving the folder list (init): ref the html control (destroy): mark ourselves as destroyed (finalize): clean up, unref html control (write_html): if the html widget has been destroyed, don't write anything out (show_current_todo): pass extra param (show_current): ref/unref the itip control to avoid finalization while we are working, pass extra param (button_selected_cb): pass extra param (object_requested_cb): ditto svn path=/trunk/; revision=20171
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 547c81df7d..227bc48d3e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,23 @@
+2003-03-05 JP Rosevear <jpr@ximian.com>
+
+ * gui/e-itip-control.c (class_init): override finalize, not
+ destroy
+ (start_calendar_server): take itip as a param and gtk_main_quit if
+ it gets destroyed while we are waiting for the cal client to load
+ (start_default_server): ditto
+ (get_servers): take itip as a param and don't load if we've been
+ destroyed, check for an except when retrieving the folder list
+ (init): ref the html control
+ (destroy): mark ourselves as destroyed
+ (finalize): clean up, unref html control
+ (write_html): if the html widget has been destroyed, don't write
+ anything out
+ (show_current_todo): pass extra param
+ (show_current): ref/unref the itip control to avoid finalization while
+ we are working, pass extra param
+ (button_selected_cb): pass extra param
+ (object_requested_cb): ditto
+
2003-03-05 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-offline-handler.c (backend_go_offline,