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

Modified Files:
        manual_record.py scheduled_recordings.py view_favorites.py 
Log Message:
remove unneeded skin_type parameter

Index: view_favorites.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/view_favorites.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** view_favorites.py   6 Oct 2004 18:59:52 -0000       1.8
--- view_favorites.py   8 Jan 2005 10:27:18 -0000       1.9
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2005/01/08 10:27:18  dischi
+ # remove unneeded skin_type parameter
+ #
  # Revision 1.8  2004/10/06 18:59:52  dischi
  # remove import rc
***************
*** 61,65 ****
  class ViewFavoritesItem(Item):
      def __init__(self, parent):
!         Item.__init__(self, parent, skin_type='tv')
          self.name = _('View Favorites')
          self.menuw = None
--- 64,68 ----
  class ViewFavoritesItem(Item):
      def __init__(self, parent):
!         Item.__init__(self, parent)
          self.name = _('View Favorites')
          self.menuw = None

Index: scheduled_recordings.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/scheduled_recordings.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** scheduled_recordings.py     6 Oct 2004 18:59:52 -0000       1.10
--- scheduled_recordings.py     8 Jan 2005 10:27:18 -0000       1.11
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2005/01/08 10:27:18  dischi
+ # remove unneeded skin_type parameter
+ #
  # Revision 1.10  2004/10/06 18:59:52  dischi
  # remove import rc
***************
*** 62,66 ****
  class ScheduledRecordingsItem(Item):
      def __init__(self, parent):
!         Item.__init__(self, parent, skin_type='tv')
          self.name = _('Scheduled Recordings')
          self.menuw = None
--- 65,69 ----
  class ScheduledRecordingsItem(Item):
      def __init__(self, parent):
!         Item.__init__(self, parent)
          self.name = _('Scheduled Recordings')
          self.menuw = None

Index: manual_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/manual_record.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** manual_record.py    6 Jan 2005 18:49:05 -0000       1.10
--- manual_record.py    8 Jan 2005 10:27:17 -0000       1.11
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2005/01/08 10:27:17  dischi
+ # remove unneeded skin_type parameter
+ #
  # Revision 1.10  2005/01/06 18:49:05  dischi
  # remove old tv_util
***************
*** 89,93 ****
  class ManualRecordItem(Item):
      def __init__(self, parent):
!         Item.__init__(self, parent, skin_type='video')
  
          self.name = _("Manual Record")
--- 92,96 ----
  class ManualRecordItem(Item):
      def __init__(self, parent):
!         Item.__init__(self, parent)
  
          self.name = _("Manual Record")



-------------------------------------------------------
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