diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-07-29 12:05:17 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-29 12:05:17 +0800 |
commit | 5fae90205947e4e468ca89c15698128752602dde (patch) | |
tree | d5637374f6baf3edf2f1cf4f4920ac052d2039b4 /widgets/misc/ChangeLog | |
parent | 29bded8a17c8cdde0611bd98f4d39b47a8abd585 (diff) | |
download | gsoc2013-evolution-5fae90205947e4e468ca89c15698128752602dde.tar.gz gsoc2013-evolution-5fae90205947e4e468ca89c15698128752602dde.tar.zst gsoc2013-evolution-5fae90205947e4e468ca89c15698128752602dde.zip |
used ref instead of copying the entire mime part. Also commited
2005-07-29 Srinivasa Ragavan <sragavan@novell.com>
* e-attachment.c: (e_attachment_new_from_mime_part) used ref instead of
copying the entire mime part. Also commited
(2005-07-15 Diego Gonzalez <diego@pemas.net>) patch
svn path=/trunk/; revision=29921
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index f061e9ef28..538616cc44 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,17 @@ +2005-07-29 Srinivasa Ragavan <sragavan@novell.com> + + * e-attachment.c: (e_attachment_new_from_mime_part) used ref instead of + copying the entire mime part. + +2005-07-15 Diego Gonzalez <diego@pemas.net> + + * e-image-chooser.c (image_drag_data_received_cb) modificatio to + avoid getting into an infinite loop. Also remove some debug + output. + (set_image_from_data): substitute calls to gdk_pixbuf_unref and + gdk_pixbuf_ref and use g_object_ref/unref instead. The first ones + are deprecated API. + 2005-07-25 Srinivasa Ragavan <sragavan@novell.com> * e-attachment-bar,c: (e_attachment_bar_remove_selected) (e_attachment_bar_edit_selected) |