diff options
author | Matt Loper <matt@helixcode.com> | 2000-02-19 08:20:47 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-19 08:20:47 +0800 |
commit | e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5 (patch) | |
tree | 46044751dd2b676c81f504e606e6efff7392d471 /ChangeLog | |
parent | d82170a3f75247fdce0a6c8b922eda503dfdd2fb (diff) | |
download | gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.gz gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.bz2 gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.lz gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.xz gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.zst gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.zip |
Call camel_data_wrapper_set_input_stream, rather than
2000-02-18 Matt Loper <matt@helixcode.com>
* tests/ui-tests/message-browser.c (filename_to_camel_msg): Call
camel_data_wrapper_set_input_stream, rather than
camel_data_wrapper_construct_from_stream. For the whole message,
allow someone to see the header ("to", "from", etc.). Clicking on
tree items to see their elements, now works also.
svn path=/trunk/; revision=1845
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-02-18 Matt Loper <matt@helixcode.com> + + * tests/ui-tests/message-browser.c (filename_to_camel_msg): Call + camel_data_wrapper_set_input_stream, rather than + camel_data_wrapper_construct_from_stream. For the whole message, + allow someone to see the header ("to", "from", etc.). Clicking on + tree items to see their elements, now works also. + 2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx> * configure.in: Make gnomeui the last library on the command line, |