[evolution-patches] Fix default for /schemas/apps/evolution/mail/display/mime_types



Key is a list, default isn't so gconftool complains on install

Jeremy

? mail/foo
Index: mail//ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2716
diff -u -u -r1.2716 ChangeLog
--- mail//ChangeLog	7 May 2003 00:53:39 -0000	1.2716
+++ mail//ChangeLog	7 May 2003 22:59:53 -0000
@@ -1,3 +1,9 @@
+2003-05-07  Jeremy Katz  <katzj redhat com>
+
+	* evolution-mail.schemas
+	(/schemas/apps/evolution/mail/display/mime_types):  Correct
+	default for list.
+
 2003-05-06  Not Zed  <NotZed Ximian com>
 
 	** See bug #42400
Index: mail//evolution-mail.schemas
===================================================================
RCS file: /cvs/gnome/evolution/mail/evolution-mail.schemas,v
retrieving revision 1.13
diff -u -u -r1.13 evolution-mail.schemas
--- mail//evolution-mail.schemas	28 Apr 2003 16:00:45 -0000	1.13
+++ mail//evolution-mail.schemas	7 May 2003 22:59:53 -0000
@@ -154,7 +154,7 @@
       <owner>evolution-mail</owner>
       <type>list</type>
       <list_type>string</list_type>
-      <default></default>
+      <default>[]</default>
       <locale name="C">
          <short>List of mime types to check for bonobo component viewers</short>
          <long>


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