Update of /cvsroot/freevo/freevo/WIP/Barbieri
In directory sc8-pr-cvs1:/tmp/cvs-serv30639/WIP/Barbieri

Modified Files:
        info_area.py 
Log Message:
Fixed a bug


Index: info_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/WIP/Barbieri/info_area.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** info_area.py        28 Jun 2003 01:52:16 -0000      1.14
--- info_area.py        28 Jun 2003 01:58:49 -0000      1.15
***************
*** 10,15 ****
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.14  2003/06/28 01:52:16  gsbarbieri
! # Some fixes
  #
  # Revision 1.12  2003/06/27 19:49:55  gsbarbieri
--- 10,15 ----
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.15  2003/06/28 01:58:49  gsbarbieri
! # Fixed a bug
  #
  # Revision 1.12  2003/06/27 19:49:55  gsbarbieri
***************
*** 158,165 ****
              key = 'default'
              if hasattr( self.infoitem, 'info_type'):
!                 key = self.infoitem.info_type
              
              elif hasattr( self.infoitem, 'type' ):
!                 key = self.infoitem.type
  
              val = self.content.types[ key ]
--- 158,165 ----
              key = 'default'
              if hasattr( self.infoitem, 'info_type'):
!                 key = self.infoitem.info_type or key
              
              elif hasattr( self.infoitem, 'type' ):
!                 key = self.infoitem.type or key
  
              val = self.content.types[ key ]




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to