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

Modified Files:
        info_area.py 
Log Message:
add comingup to record client (needs more work)

Index: info_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/areas/info_area.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** info_area.py        1 Jan 2005 17:05:29 -0000       1.11
--- info_area.py        6 Jan 2005 19:02:05 -0000       1.12
***************
*** 41,45 ****
  # freevo imports
  import util
! import util.tv_util
  
  # gui imports
--- 41,45 ----
  # freevo imports
  import util
! import record.client
  
  # gui imports
***************
*** 55,59 ****
  
  # function calls to get more info from the skin
! function_calls = { 'comingup': util.tv_util.comingup,
                     'time': current_time }
  
--- 55,59 ----
  
  # function calls to get more info from the skin
! function_calls = { 'comingup': record.client.comingup,
                     'time': current_time }
  



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to