diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-15 02:18:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-15 02:18:41 +0800 |
commit | a1ce3904ce91366e1bf5ecc57f8280b9440a0cd9 (patch) | |
tree | c3af1aebc76349e71f0c37f964f14bd5388e27b3 /mail/ChangeLog | |
parent | 1ce8c3b6b93193bb6559ba62291c4ec384312d5b (diff) | |
download | gsoc2013-evolution-a1ce3904ce91366e1bf5ecc57f8280b9440a0cd9.tar.gz gsoc2013-evolution-a1ce3904ce91366e1bf5ecc57f8280b9440a0cd9.tar.zst gsoc2013-evolution-a1ce3904ce91366e1bf5ecc57f8280b9440a0cd9.zip |
Build the path to the gtkrc filename and store it on the config struct so
2004-05-14 Jeffrey Stedfast <fejj@novell.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <fejj@novell.com> + * 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(). |