damned-lies r779 - in trunk: . templates
- From: claudep svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r779 - in trunk: . templates
- Date: Wed,  5 Mar 2008 08:08:21 +0000 (GMT)
Author: claudep
Date: Wed Mar  5 08:08:21 2008
New Revision: 779
URL: http://svn.gnome.org/viewvc/damned-lies?rev=779&view=rev
Log:
2008-03-05  Claude Paroz  <claude 2xlibre net>
	* templates/module.tmpl: Testing the stringfrozen property against 'true'
	(string value). Thanks to Marcel Telka for catching this.
Modified:
   trunk/ChangeLog
   trunk/templates/module.tmpl
Modified: trunk/templates/module.tmpl
==============================================================================
--- trunk/templates/module.tmpl	(original)
+++ trunk/templates/module.tmpl	Wed Mar  5 08:08:21 2008
@@ -62,7 +62,7 @@
 (<a href="$module['scmweb']">$_("Browse SVN")</a>)
 #end if
 </h2>
-#if $data.has_key('stringfrozen') and $data.stringfrozen
+#if $data.has_key('stringfrozen') and $data.stringfrozen=='true'
 <p>$_("This branch is currently string-frozen.")</p>
 #end if
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]