From a1ce3904ce91366e1bf5ecc57f8280b9440a0cd9 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 14 May 2004 18:18:41 +0000 Subject: Build the path to the gtkrc filename and store it on the config struct so 2004-05-14 Jeffrey Stedfast * mail-config.c (mail_config_init): Build the path to the gtkrc filename and store it on the config struct so we don't have to keep rebuilding it. (config_write_style): Reuse config->gtkrc string instead of constructing the path again. (mail_config_write_on_exit): Free the gtkrc path. svn path=/trunk/; revision=25908 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 378a841a89..862289fa6a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2004-05-14 Jeffrey Stedfast + * mail-config.c (mail_config_init): Build the path to the gtkrc + filename and store it on the config struct so we don't have to + keep rebuilding it. + (config_write_style): Reuse config->gtkrc string instead of + constructing the path again. + (mail_config_write_on_exit): Free the gtkrc path. + * em-popup.c (emp_popup_resend): Updated the #if 0'd code for the API chanegs made to em_utils_edit_messages(). -- cgit v1.2.3