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 /shell | |
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 'shell')
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in | 13 |
2 files changed, 7 insertions, 13 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: diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in index 6bed21908f..1ff66d7a64 100644 --- a/shell/apps_evolution_shell.schemas.in +++ b/shell/apps_evolution_shell.schemas.in @@ -229,19 +229,6 @@ </locale> </schema> - <!-- Print settings --> - - <schema> - <key>/schemas/apps/evolution/shell/printing</key> - <applyto>/apps/evolution/shell/printing</applyto> - <owner>evolution</owner> - <type>list</type> - <list_type>string</list_type> - <locale name="C"> - <long>A string description of the current printer settings.</long> - </locale> - </schema> - <!-- Network config defaults --> <schema> |