diff options
author | Larry Ewing <lewing@ximian.com> | 2001-10-10 13:43:40 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-10-10 13:43:40 +0800 |
commit | 14124e1c1639ef555dd0829ea74799525caf4374 (patch) | |
tree | 1bf2e95264d697bc4485d27473d83aca03cc3fc7 /mail/ChangeLog | |
parent | b620893135720a2be38428dd1a403f2184cc04d5 (diff) | |
download | gsoc2013-evolution-14124e1c1639ef555dd0829ea74799525caf4374.tar gsoc2013-evolution-14124e1c1639ef555dd0829ea74799525caf4374.tar.gz gsoc2013-evolution-14124e1c1639ef555dd0829ea74799525caf4374.tar.bz2 gsoc2013-evolution-14124e1c1639ef555dd0829ea74799525caf4374.tar.lz gsoc2013-evolution-14124e1c1639ef555dd0829ea74799525caf4374.tar.xz gsoc2013-evolution-14124e1c1639ef555dd0829ea74799525caf4374.tar.zst gsoc2013-evolution-14124e1c1639ef555dd0829ea74799525caf4374.zip |
ref the part. (save_destroy_cb): new function to unref the part when we
2001-10-09 Larry Ewing <lewing@ximian.com>
* mail-display.c (save_part): ref the part.
(save_destroy_cb): new function to unref the part when we have
closed the dialog.
(save_url): fake a mime part so that we can save data urls without
extra effort. This is less sucky than it seems since it handles
filenames and ref counting with minimal fuss.
svn path=/trunk/; revision=13544
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ed06620a0c..b7dbaab68e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-10-09 Larry Ewing <lewing@ximian.com> + + * mail-display.c (save_part): ref the part. + (save_destroy_cb): new function to unref the part when we have + closed the dialog. + (save_url): fake a mime part so that we can save data urls without + extra effort. This is less sucky than it seems since it handles + filenames and ref counting with minimal fuss. + 2001-10-09 <NotZed@Ximian.com> * mail-folder-cache.c (folder_changed): Ref folder so it hangs |