[PATCH] issue1393: Fix theme association for sedimentload.total_load

Wald Commits scm-commit at wald.intevation.org
Wed Jul 31 15:18:03 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1375277271 -7200
# Node ID 60e9494978c45cdecc413cc589a9c013c27d7ab2
# Parent  3a9c65dd8963a505df02f4ea831d3dc718329a2b
issue1393: Fix theme association for sedimentload.total_load .

diff -r 3a9c65dd8963 -r 60e9494978c4 artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml	Wed Jul 31 13:10:34 2013 +0200
+++ b/artifacts/doc/conf/themes/default.xml	Wed Jul 31 15:27:51 2013 +0200
@@ -1124,7 +1124,7 @@
                 display="Beschriftung anzeigen" default="false" hints="hidden" />
         </fields>
     </theme>
-     <theme name="SedimentLoadFineTotalLoad">
+     <theme name="SedimentLoadTotalLoad">
         <inherits>
             <inherit from="LongitudinalSection" />
         </inherits>
diff -r 3a9c65dd8963 -r 60e9494978c4 artifacts/doc/conf/themes/second.xml
--- a/artifacts/doc/conf/themes/second.xml	Wed Jul 31 13:10:34 2013 +0200
+++ b/artifacts/doc/conf/themes/second.xml	Wed Jul 31 15:27:51 2013 +0200
@@ -1124,7 +1124,7 @@
                 display="Beschriftung anzeigen" default="false" hints="hidden" />
         </fields>
     </theme>
-     <theme name="SedimentLoadFineTotalLoad">
+     <theme name="SedimentLoadTotalLoad">
         <inherits>
             <inherit from="LongitudinalSection" />
         </inherits>


More information about the Dive4elements-commits mailing list