diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-09 03:53:31 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-09 03:53:31 +0800 |
commit | 207a1395e10cbce4f9ec3baa33a649fb9a151a27 (patch) | |
tree | 385a02f3528a4b582c38af77c9c98f44032514a5 /ChangeLog | |
parent | 13edeabcd2978c1e7febe005cd3fb2f19c55edc1 (diff) | |
download | gsoc2013-evolution-207a1395e10cbce4f9ec3baa33a649fb9a151a27.tar gsoc2013-evolution-207a1395e10cbce4f9ec3baa33a649fb9a151a27.tar.gz gsoc2013-evolution-207a1395e10cbce4f9ec3baa33a649fb9a151a27.tar.bz2 gsoc2013-evolution-207a1395e10cbce4f9ec3baa33a649fb9a151a27.tar.lz gsoc2013-evolution-207a1395e10cbce4f9ec3baa33a649fb9a151a27.tar.xz gsoc2013-evolution-207a1395e10cbce4f9ec3baa33a649fb9a151a27.tar.zst gsoc2013-evolution-207a1395e10cbce4f9ec3baa33a649fb9a151a27.zip |
plug mem leaks due to bad documentation of
2000-03-07 bertrand <bertrand@helixcode.com>
* camel-formatter.c (handle_mime_part):
plug mem leaks due to bad documentation
of camel_content_field_get_mime_type
(print_camel_body_part): idem
(handle_multipart_alternative): idem
* gmime-content-field.c (gmime_content_field_get_mime_type):
documentation fix.
* camel-mime-part.c (my_finalize): unref the
content_input_stream if any.
* shell/e-shell-shortcut.c (shortcut_bar_item_selected):
removed a test that prevented the standard menu
to be shown.
svn path=/trunk/; revision=2089
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-03-07 bertrand <bertrand@helixcode.com> + + * shell/e-shell-shortcut.c (shortcut_bar_item_selected): + removed a test that prevented the standard menu + to be shown. + 2000-03-07 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added a |