Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3477/tv

Modified Files:
        epg_types.py 
Log Message:
unicode fixes

Index: epg_types.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/epg_types.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** epg_types.py        22 Feb 2004 06:18:20 -0000      1.13
--- epg_types.py        23 Feb 2004 19:59:34 -0000      1.14
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2004/02/23 19:59:34  dischi
+ # unicode fixes
+ #
  # Revision 1.13  2004/02/22 06:18:20  gsbarbieri
  # Better unicode support.
***************
*** 125,128 ****
--- 128,133 ----
          if attr == 'date':
              return Unicode(time.strftime(config.TV_DATEFORMAT, 
time.localtime(self.start)))
+         if attr == 'time':
+             return self.getattr('start') + u' - ' + self.getattr('stop')
          if hasattr(self, attr):
              return getattr(self,attr)



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to