diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-14 08:53:16 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-14 08:53:16 +0800 |
commit | e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d (patch) | |
tree | 9c8fa3c171a707e6553ebf8b2fb531b119598193 /ChangeLog | |
parent | 204e08f87074268e93e0ad5d04a1bb5764a0c91c (diff) | |
download | gsoc2013-evolution-e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d.tar gsoc2013-evolution-e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d.tar.gz gsoc2013-evolution-e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d.tar.bz2 gsoc2013-evolution-e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d.tar.lz gsoc2013-evolution-e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d.tar.xz gsoc2013-evolution-e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d.tar.zst gsoc2013-evolution-e4bbdf696cc2f23e9b1fc288d37a44eb27d9426d.zip |
+ * 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
+ NULL. These changes make it so that a CamelStreamFs won't be
+ created if you give it a bogus filename; they may be replaced once
+ exception handling is in place.
svn path=/trunk/; revision=1767
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2000-02-13 Matt Loper <matt@helixcode.com> + * 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 + NULL. These changes make it so that a CamelStreamFs won't be + created if you give it a bogus filename; they may be replaced once + exception handling is in place. + * tests/ui-tests/message-browser.c (handle_tree_item): Expand tree items. (mime_message_to_html): New function; translates a |