Update of /cvsroot/freevo/freevo/src/gui/areas
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2990/src/gui/areas

Modified Files:
        tvlisting_area.py 
Log Message:
use kaa.epg instead of pyepg

Index: tvlisting_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/areas/tvlisting_area.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** tvlisting_area.py   25 Jun 2005 08:52:26 -0000      1.31
--- tvlisting_area.py   26 Jun 2005 10:52:59 -0000      1.32
***************
*** 41,45 ****
  import copy
  import os
! import pyepg
  import gui.imagelib
  import math
--- 41,45 ----
  import copy
  import os
! import kaa.epg
  import gui.imagelib
  import math
***************
*** 372,377 ****
          # get selected program and channel list:
          selected_prog = menu.selected
!         start_channel = pyepg.channels.index(menu.channel)/num_rows*num_rows
!         channel_list  = pyepg.channels[start_channel:start_channel+num_rows]
  
          # draw the channel list
--- 372,377 ----
          # get selected program and channel list:
          selected_prog = menu.selected
!         start_channel = kaa.epg.channels.index(menu.channel)/num_rows*num_rows
!         channel_list  = kaa.epg.channels[start_channel:start_channel+num_rows]
  
          # draw the channel list
***************
*** 472,476 ****
              self.up_arrow = None
  
!         if len(pyepg.channels) >= start_channel+num_rows and \
                 settings.images['downarrow']:
              if not self.down_arrow:
--- 472,476 ----
              self.up_arrow = None
  
!         if len(kaa.epg.channels) >= start_channel+num_rows and \
                 settings.images['downarrow']:
              if not self.down_arrow:



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to