]> www.fi.muni.cz Git - evince.git/commitdiff
[thumbnailer] Add gconf schemas for comic cbt files
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 21 Feb 2010 09:59:56 +0000 (10:59 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 21 Feb 2010 09:59:56 +0000 (10:59 +0100)
Fixes bug #609501.

thumbnailer/evince-thumbnailer-comics.schemas.in

index 814cb800412862da16495870ac0256a783f635c2..a4749351c33145e6037b669067fca9a661b5f399 100644 (file)
             </locale>
         </schema>
 
+       <schema>
+            <key>/schemas/desktop/gnome/thumbnailers/application@x-cbt/enable</key>
+            <applyto>/desktop/gnome/thumbnailers/application@x-cbt/enable</applyto>
+            <owner>evince</owner>
+            <type>bool</type>
+            <default>true</default>
+            <locale name="C">
+                <short></short>
+                <long></long>
+            </locale>
+        </schema>
+
+
+        <schema>
+            <key>/schemas/desktop/gnome/thumbnailers/application@x-cbt/command</key>
+            <applyto>/desktop/gnome/thumbnailers/application@x-cbt/command</applyto>
+            <owner>evince</owner>
+            <type>string</type>
+            <default>evince-thumbnailer -s %s %u %o</default>
+            <locale name="C">
+                <short></short>
+                <long></long>
+            </locale>
+        </schema>
+
     </schemalist>
 </gconfschemafile>