aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-07-01 22:09:17 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-07-01 22:09:17 +0800
commit56e6a0ba1ed6db13d71ec62e8480ef921f158aa3 (patch)
tree6d730f5b9839c9c15dcf03d5be03f5e58460e2df /shell/ChangeLog
parent51b273e5b321133422cc9c1764dbf9a9638e8187 (diff)
downloadgsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.tar
gsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.tar.gz
gsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.tar.bz2
gsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.tar.lz
gsoc2013-evolution-56e6a0ba1ed6db13d71ec62e8480ef921f158aa3.tar.xz
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 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7a7b6831a4..543bc84a4b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-01 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #540282
+
+ * apps_evolution_shell.schemas.in:
+ Remove the "printing" GConf key. We use a key file now.
+
2008-06-10 Matthew Barnes <mbarnes@redhat.com>
* test/evolution-test-component.c: