From 0c38cc93b1f23af21ae327b60cbcfc781d46e9ec Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 9 Apr 2003 14:20:34 +0000 Subject: ** See bug #40921 2003-04-09 Not Zed ** See bug #40921 * subscribe-dialog.c (subscribe_dialog_finalise): add a finalise funciton which actually free's resources. (get_short_folderinfo_got): dont call activity callback implicitly here, do it from the callers callback. (subscribe_get_short_folderinfo): dont call activity callback here. (fe_got_children): check implicitly if we were cancelled. also add back the node sort, and also call the activity callback from here instead of breaking layers of abstraction as above. (folder_etree_cancel_all): new method, force a cancel of all ops, but dont free anything. (store_data_free): dont unref the widget anymore, not needed. call cancel all on the ftree if its still active. (sc_close_pressed): destroy the subscribe dialogue as well as the app, it doesn't seem to get destroyed otherwise. (sc_activity_cb): do nothing if we have been cancelled. (subscribe_dialog_destroy): trigger a cancel of all outstanding ops. only free most data in the finalise method. (subscribe_dialog_class_init): hook onto finalise. (store_data_get_widget): dont ref the widget. * mail-callbacks.c (manage_subscriptions): sink the dialog. svn path=/trunk/; revision=20784 --- mail/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index e0d1e3d11b..7d330fe07e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,30 @@ +2003-04-09 Not Zed + + ** See bug #40921 + + * subscribe-dialog.c (subscribe_dialog_finalise): add a finalise + funciton which actually free's resources. + (get_short_folderinfo_got): dont call activity callback implicitly + here, do it from the callers callback. + (subscribe_get_short_folderinfo): dont call activity callback + here. + (fe_got_children): check implicitly if we were cancelled. also + add back the node sort, and also call the activity callback from + here instead of breaking layers of abstraction as above. + (folder_etree_cancel_all): new method, force a cancel of all ops, + but dont free anything. + (store_data_free): dont unref the widget anymore, not needed. + call cancel all on the ftree if its still active. + (sc_close_pressed): destroy the subscribe dialogue as well as the + app, it doesn't seem to get destroyed otherwise. + (sc_activity_cb): do nothing if we have been cancelled. + (subscribe_dialog_destroy): trigger a cancel of all outstanding + ops. only free most data in the finalise method. + (subscribe_dialog_class_init): hook onto finalise. + (store_data_get_widget): dont ref the widget. + + * mail-callbacks.c (manage_subscriptions): sink the dialog. + 2003-04-09 Larry Ewing * mail-preferences.c (font_share_changed): set sensitivity of -- cgit v1.2.3