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/apps_evolution_shell.schemas.in | |
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/apps_evolution_shell.schemas.in')
-rw-r--r-- | shell/apps_evolution_shell.schemas.in | 13 |
1 files changed, 0 insertions, 13 deletions
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> |