diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-07-01 22:09:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-01 22:09:17 +0800 |
commit | 56e6a0ba1ed6db13d71ec62e8480ef921f158aa3 (patch) | |
tree | 6d730f5b9839c9c15dcf03d5be03f5e58460e2df /e-util/ChangeLog | |
parent | 51b273e5b321133422cc9c1764dbf9a9638e8187 (diff) | |
download | gsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.tar.gz gsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.tar.zst gsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.zip |
** Fixes bug #540282
2008-07-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #540282
* e-util/e-print.c:
Store printer and page settings in a key file rather than GConf.
Also properly apply page settings to print operations, including
custom margins.
* shell/apps_evolution_shell.schemas.in:
Remove the "printing" GConf key. We use a key file now.
svn path=/trunk/; revision=35711
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index badb2df636..ca1e193c40 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,12 @@ +2008-07-01 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #540282 + + * e-print.c: + Store printer and page settings in a key file rather than GConf. + Also properly apply page settings to print operations, including + custom margins. + 2008-07-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #540972 |