diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-14 12:23:14 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-14 12:23:14 +0800 |
commit | ddcfc699c72ee253307f2939492eb469beba3834 (patch) | |
tree | 41e26f4189661dcf1848e1066ead1543170cec0c /ChangeLog | |
parent | add8821e99b4ea1b574ed469018ae224a542e6ae (diff) | |
download | gsoc2013-evolution-ddcfc699c72ee253307f2939492eb469beba3834.tar.gz gsoc2013-evolution-ddcfc699c72ee253307f2939492eb469beba3834.tar.zst gsoc2013-evolution-ddcfc699c72ee253307f2939492eb469beba3834.zip |
+ * tests/ui-tests/test-multipart-mixed.msg: New rfc822 file, which
+ crashes message-browser.
+
+ * tests/ui-tests/message-browser.c (get_gtk_html_window): Takes a
+ CamelMimeMessage as a param, rather than a filename.
+ (main): Puts our windows in an hpane rather than a vbox. Also
+ opens a file dlg box if a filename wasn't given as a first param.
svn path=/trunk/; revision=1771
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2000-02-13 Matt Loper <matt@helixcode.com> + * tests/ui-tests/test-multipart-mixed.msg: New rfc822 file, which + crashes message-browser. + + * tests/ui-tests/message-browser.c (get_gtk_html_window): Takes a + CamelMimeMessage as a param, rather than a filename. + (main): Puts our windows in an hpane rather than a vbox. Also + opens a file dlg box if a filename wasn't given as a first param. + * camel/camel-stream-fs.c (_init_with_name): Set stream_fs->fd to -1 if we fail to load the file. (camel_stream_fs_new_with_name): If stream_fs->fd is -1, return |