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

X Strike Force X.Org X11 SVN commit: r3546 - in trunk/app/compiz: debian debian/patches plugins



Author: beatle
Date: 2006-09-29 01:57:02 -0400 (Fri, 29 Sep 2006)
New Revision: 3546

Added:
   trunk/app/compiz/debian/patches/012_freedesktop-schema.patch
Modified:
   trunk/app/compiz/debian/changelog
   trunk/app/compiz/debian/patches/series
   trunk/app/compiz/plugins/compiz.schemas.in
Log:
Add a patch that fixes a typo in compiz.schemas.in (freedektop.png ->
freedesktop.png).


Modified: trunk/app/compiz/debian/changelog
===================================================================
--- trunk/app/compiz/debian/changelog	2006-09-29 05:47:12 UTC (rev 3545)
+++ trunk/app/compiz/debian/changelog	2006-09-29 05:57:02 UTC (rev 3546)
@@ -30,6 +30,7 @@
     pulling in everything necessary to run compiz from within GNOME.
   * Add 011_plane-plugin-schema.patch by Eugene Konev adding gconf settings
     for the plane plugin.
+  * Add 012_freedesktop-schema.patch that fixes a typo in compiz.schema.in.
 
- -- Thierry Reding <thierry@gilfi.de>  Fri, 29 Sep 2006 07:27:05 +0200
+ -- Thierry Reding <thierry@gilfi.de>  Fri, 29 Sep 2006 07:56:05 +0200
 

Added: trunk/app/compiz/debian/patches/012_freedesktop-schema.patch
===================================================================
--- trunk/app/compiz/debian/patches/012_freedesktop-schema.patch	                        (rev 0)
+++ trunk/app/compiz/debian/patches/012_freedesktop-schema.patch	2006-09-29 05:57:02 UTC (rev 3546)
@@ -0,0 +1,13 @@
+Index: plugins/compiz.schemas.in
+===================================================================
+--- plugins/compiz.schemas.in	(revision 3541)
++++ plugins/compiz.schemas.in	(working copy)
+@@ -10409,7 +10409,7 @@
+             <owner>compiz</owner>
+             <type>list</type>
+             <list_type>string</list_type>
+-            <default>[freedektop.png]</default>
++            <default>[freedesktop.png]</default>
+             <locale name="C">
+                 <short>Image files</short>
+                 <long>List of PNG and SVG files that should be rendered on top face of cube</long>

Modified: trunk/app/compiz/debian/patches/series
===================================================================
--- trunk/app/compiz/debian/patches/series	2006-09-29 05:47:12 UTC (rev 3545)
+++ trunk/app/compiz/debian/patches/series	2006-09-29 05:57:02 UTC (rev 3546)
@@ -2,3 +2,4 @@
 005_glfinish.patch
 010_snap-by-default.patch
 011_plane-plugin-schema.patch
+012_freedesktop-schema.patch

Modified: trunk/app/compiz/plugins/compiz.schemas.in
===================================================================
--- trunk/app/compiz/plugins/compiz.schemas.in	2006-09-29 05:47:12 UTC (rev 3545)
+++ trunk/app/compiz/plugins/compiz.schemas.in	2006-09-29 05:57:02 UTC (rev 3546)
@@ -10409,7 +10409,7 @@
             <owner>compiz</owner>
             <type>list</type>
             <list_type>string</list_type>
-            <default>[freedektop.png]</default>
+            <default>[freedesktop.png]</default>
             <locale name="C">
                 <short>Image files</short>
                 <long>List of PNG and SVG files that should be rendered on top face of cube</long>



Reply to: