diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 12:42:25 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 12:42:25 +0800 |
commit | 7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1 (patch) | |
tree | 42e4cb826ecccebe29ff798d96e6b7a37c2070fe /mail/ChangeLog | |
parent | 9a8004c207d0fdf214d91752431b412345ac0188 (diff) | |
download | gsoc2013-evolution-7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1.tar gsoc2013-evolution-7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1.tar.gz gsoc2013-evolution-7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1.tar.bz2 gsoc2013-evolution-7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1.tar.lz gsoc2013-evolution-7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1.tar.xz gsoc2013-evolution-7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1.tar.zst gsoc2013-evolution-7dbeb5b6f526d1c6b5893e4f59fe8e99121ddcb1.zip |
Use gstdio wrappers. Construct pathnames of glade files at run-time.
2005-12-18 Tor Lillqvist <tml@novell.com>
* em-account-editor.c: Use gstdio wrappers. Construct pathnames of
glade files at run-time.
svn path=/trunk/; revision=30851
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 86a22f7439..08c56acd4a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -2,6 +2,9 @@ * Makefile.am: Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS. + * em-account-editor.c: Use gstdio wrappers. Construct pathnames of + glade files at run-time. + 2005-12-17 Tor Lillqvist <tml@novell.com> * mail-mt.c: Add copyright blurb. Use separate flag field to |