[evolution-patches] Patch to fix schema install warning



This patch fixes the following warning when installing the shell
schemas:

WARNING: Failed to parse default value `???' for schema
(/schemas/apps/evolution/shell/view_defaults/height)

-- dobey

? shell/Evolution-Addressbook-SelectNames-common.c
? shell/Evolution-Addressbook-SelectNames-skels.c
? shell/Evolution-Addressbook-SelectNames-stubs.c
? shell/Evolution-Addressbook-SelectNames.h
Index: shell/apps_evolution_shell.schemas.in.in
===================================================================
RCS file: /cvs/gnome/evolution/shell/apps_evolution_shell.schemas.in.in,v
retrieving revision 1.5
diff -u -r1.5 apps_evolution_shell.schemas.in.in
--- shell/apps_evolution_shell.schemas.in.in	1 Aug 2004 17:58:08 -0000	1.5
+++ shell/apps_evolution_shell.schemas.in.in	23 Aug 2004 19:16:55 -0000
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]