Update of /cvsroot/freevo/freevo/skins/main1
In directory sc8-pr-cvs1:/tmp/cvs-serv10764
Modified Files:
info_area.py
Log Message:
support for info_type to display, not normal item.type
Index: info_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/skins/main1/info_area.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** info_area.py 24 Apr 2003 19:57:52 -0000 1.3
--- info_area.py 20 Jun 2003 18:47:37 -0000 1.4
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.4 2003/06/20 18:47:37 dischi
+ # support for info_type to display, not normal item.type
+ #
# Revision 1.3 2003/04/24 19:57:52 dischi
# comment cleanup for 1.3.2-pre4
***************
*** 79,83 ****
item = self.infoitem
! if hasattr(item, 'type') and content.types.has_key(item.type):
val = content.types[item.type]
else:
--- 82,88 ----
item = self.infoitem
! if hasattr(item, 'info_type') and content.types.has_key(item.info_type):
! val = content.types[item.info_type]
! elif hasattr(item, 'type') and content.types.has_key(item.type):
val = content.types[item.type]
else:
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog