aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-11 03:44:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-11 03:44:43 +0800
commitc738d4534492ed235d3f555f64e5a9fa9b62bd48 (patch)
tree53c51068f6f4daa264cbba31b9867d2037c8eea4 /mail/ChangeLog
parentef98946d2bc8c5afe83c3468b19b5470a4157830 (diff)
downloadgsoc2013-evolution-c738d4534492ed235d3f555f64e5a9fa9b62bd48.tar
gsoc2013-evolution-c738d4534492ed235d3f555f64e5a9fa9b62bd48.tar.gz
gsoc2013-evolution-c738d4534492ed235d3f555f64e5a9fa9b62bd48.tar.bz2
gsoc2013-evolution-c738d4534492ed235d3f555f64e5a9fa9b62bd48.tar.lz
gsoc2013-evolution-c738d4534492ed235d3f555f64e5a9fa9b62bd48.tar.xz
gsoc2013-evolution-c738d4534492ed235d3f555f64e5a9fa9b62bd48.tar.zst
gsoc2013-evolution-c738d4534492ed235d3f555f64e5a9fa9b62bd48.zip
Attach to the destroy event for each progressbar using bar_destroyed as
2001-09-10 Jeffrey Stedfast <fejj@ximian.com> * mail-send-recv.c (build_dialogue): Attach to the destroy event for each progressbar using bar_destroyed as the callback. (bar_destroyed): New callback to unregister the timeout and set the send-info's bar member to NULL so we don't try to update a destroyed progressbar. * mail-callbacks.c (mail_generate_reply): Pass along the right string, this fixes bug #9518. svn path=/trunk/; revision=12738
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3cff3a2b5b..709b160da4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-09-10 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-send-recv.c (build_dialogue): Attach to the destroy event
+ for each progressbar using bar_destroyed as the callback.
+ (bar_destroyed): New callback to unregister the timeout and set
+ the send-info's bar member to NULL so we don't try to update a
+ destroyed progressbar.
+
* mail-callbacks.c (mail_generate_reply): Pass along the right
string, this fixes bug #9518.