diff options
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> |