diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 757344370d..078a25e887 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-08-26 Rodney Dawes <dobey@novell.com> + + * apps_evolution_shell.schemas.in.in: Don't translate the default + value for the window height + 2004-08-25 Frederic Crozat <fcrozat@mandrakesoft.com> * e-shell-startup-wizard.c: (prepare_importer_page): diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index 1345a58a61..fddf73e7f3 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -89,8 +89,8 @@ <applyto>/apps/evolution/shell/view_defaults/height</applyto> <owner>evolution</owner> <type>int</type> + <default>480</default> <locale name="C"> - <default>480</default> <short>Default window height</short> </locale> </schema> |