[ansel] [patch] Typo in ansel's conf.xml

Brian Keifer brian at valinor.net
Sun Oct 26 13:08:46 PST 2003


Just a quick typo fix in conf.xml.

--
I live in the United States of America, where we are gradually coming to
understand that nothing we do is ever our fault, especially if it is really
stupid.
--Dave Barry, "The Tide is high and other household problems"
-------------- next part --------------
Index: conf.xml
===================================================================
RCS file: /repository/ansel/config/conf.xml,v
retrieving revision 1.7
diff -u -r1.7 conf.xml
--- conf.xml    23 Oct 2003 21:10:49 -0000      1.7
+++ conf.xml    26 Oct 2003 20:03:46 -0000
@@ -26,7 +26,7 @@
   <configstring name="width" desc="Default thumbnail width">150</configstring>
   <configstring name="height" desc="Default thumbnail height">150</configstring>
   <configstring name="width_min" desc="Minimum allowed thumbnail width">50</configstring>
-  <configstring name="height_min" desc="Minimum allowed thumbnail width">50</configstring>
+  <configstring name="height_min" desc="Minimum allowed thumbnail height">50</configstring>
   <configstring name="width_max" desc="Maximum allowed thumbnail width">300</configstring>
   <configstring name="height_max" desc="Maximum allowed thumbnail height">300</configstring>
  </configsection>
@@ -36,7 +36,7 @@
   <configstring name="width" desc="Default screen image width">800</configstring>
   <configstring name="height" desc="Default screen image height">800</configstring>
   <configstring name="width_min" desc="Minimum allowed screen image width">300</configstring>
-  <configstring name="height_min" desc="Minimum allowed screen image width">300</configstring>
+  <configstring name="height_min" desc="Minimum allowed screen image height">300</configstring>
   <configstring name="width_max" desc="Maximum allowed screen image width">1024</configstring>
   <configstring name="height_max" desc="Maximum allowed screen image height">1024</configstring>
  </configsection>


More information about the ansel mailing list