[vlma-devel] commit: Typo. (Adrien Grand )
git version control
git at videolan.org
Wed Oct 1 23:18:21 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Oct 1 22:02:55 2008 +0200| [8b9ab448b688db1362946ff4f1d6e03046ca6cc4] | committer: Adrien Grand
Typo.
DTT channels were always displayed as if they were not broadcasted.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=8b9ab448b688db1362946ff4f1d6e03046ca6cc4
---
.../WEB-INF/jsp/dtt/dttchannellist_right.jsp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp
index 64ed62b..09ad27a 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp
@@ -64,7 +64,7 @@
<c:otherwise>
<td>
<c:choose>
- <c:when test="${channel.program.player == null}">
+ <c:when test="${dttChannel.program.player == null}">
<fmt:message key="medias.list.status.programmed-nonrunning">
<fmt:param value="${dttChannel.program.priority}" />
</fmt:message>
More information about the vlma-devel
mailing list