[Buoh-dev] CVS commit to /cvsroot/buoh/buoh/data by carlosgc

noreply at forge.novell.com noreply at forge.novell.com
Sat Oct 21 09:50:10 MDT 2006


CVS commit to /cvsroot/buoh/buoh/data by carlosgc

Modified Files:
	buoh.schemas.in 
Log Message:
2006-10-21  Carlos Garcia Campos  <carlosgc at gnome.org>
	* data/buoh.schemas.in:
	* src/buoh-view-comic.[ch]:
	* src/buoh-view.[ch]:
	* src/buoh-window.c:
	Store zoom mode in GConf so that it can be remembered between
	sessions.

===================================================================
RCS file: /cvsroot/buoh/buoh/data/buoh.schemas.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /cvsroot/buoh/buoh/data/buoh.schemas.in	2005/09/30 16:13:46	1.2
+++ /cvsroot/buoh/buoh/data/buoh.schemas.in	2006/10/21 15:50:10	1.3
@@ -23,6 +23,18 @@
         <long>Statusbar is the bottom bar that contains help and status messages. Two boolean options, true makes statusbar visible by default while false makes statusbar not visible by default.</long>
       </locale>
     </schema>
+
+    <schema>
+      <key>/schemas/apps/buoh/zoom_mode</key>
+      <applyto>/apps/buoh/zoom_mode</applyto>
+      <owner>buoh</owner>
+      <type>int</type>
+      <default>2</default>
+      <locale name="C">
+        <short>Select viewer zoom mode</short>
+	<long>There are two zoom modes available, 1 makes the current comic fill the window, 2 makes the current comic fill the window width.</long>
+      </locale>
+    </schema>
   </schemalist>
 </gconfschemafile>
 


More information about the Buoh-dev mailing list