From 3b70c584967f35faf61e39df0508023c58b43e94 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 9 Jul 2001 17:23:45 +0000 Subject: g_strdup the result of g_get_home_dir since this variable will get free'd * mail-display.c (save_part): g_strdup the result of g_get_home_dir since this variable will get free'd later. svn path=/trunk/; revision=10918 --- mail/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index a361c91365..371f94eb7f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-07-09 Dan Winship + * mail-display.c (save_part): g_strdup the result of + g_get_home_dir since this variable will get free'd later. + * mail-format.c (mail_lookup_handler): Use gnome_vfs_mime_get_short_list_applications rather than gnome_vfs_mime_get_default_application. -- cgit