diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 12:45:01 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 12:45:01 +0800 |
commit | 2f1a024be76933ba28ab80e76a52ff46358e33dd (patch) | |
tree | 730028ed54766ffc66a4dac14cfb3e2ad782fc14 /mail/ChangeLog | |
parent | cc8628aa9e4c8da853422a0e49f751b18c1e4ed2 (diff) | |
download | gsoc2013-evolution-2f1a024be76933ba28ab80e76a52ff46358e33dd.tar.gz gsoc2013-evolution-2f1a024be76933ba28ab80e76a52ff46358e33dd.tar.zst gsoc2013-evolution-2f1a024be76933ba28ab80e76a52ff46358e33dd.zip |
Use gstdio wrappers. Construct pathnames of glade files at run-time.
2005-12-18 Tor Lillqvist <tml@novell.com>
* em-filter-editor.c: Use gstdio wrappers. Construct pathnames of
glade files at run-time.
svn path=/trunk/; revision=30853
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9a7c08d97e..de99445184 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -3,7 +3,8 @@ * Makefile.am: Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS. * em-account-editor.c - * em-account-prefs.c: Use gstdio wrappers. Construct pathnames of + * em-account-prefs.c + * em-filter-editor.c: Use gstdio wrappers. Construct pathnames of glade files at run-time. 2005-12-17 Tor Lillqvist <tml@novell.com> |