diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 37c4a470d5..7f8426c686 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2005-01-21 JP Rosevear <jpr@novell.com> + * apps_evolution_shell.schemas.in.in: add print_config schema item + +2005-01-21 JP Rosevear <jpr@novell.com> + * e-shell-offline-handler.c (impl_OfflineProgressListener_updateProgress): mark priv->finished as true first so we don't access freed memory if we get finalized diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index 0180694241..887fc0302f 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -155,5 +155,18 @@ </locale> </schema> + <!-- Print defaults --> + + <schema> + <key>/schemas/apps/evolution/shell/print_config</key> + <applyto>/apps/evolution/shell/print_config</applyto> + <owner>evolution</owner> + <type>string</type> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</> + </locale> + </schema> + </schemalist> </gconfschemafile> |