Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv13589

Modified Files:
        imdb_info.py 
Log Message:
show info not only for files

Index: imdb_info.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb_info.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** imdb_info.py        14 Sep 2003 03:19:42 -0000      1.9
--- imdb_info.py        23 Sep 2003 21:15:14 -0000      1.10
***************
*** 15,18 ****
--- 15,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.10  2003/09/23 21:15:14  dischi
+ # show info not only for files
+ #
  # Revision 1.9  2003/09/14 03:19:42  outlyer
  # Fixed to accomodate changes in xml_parser.py; works again.
***************
*** 67,73 ****
          self.item = item
          if item.type == 'video' and item.info:
!             if item.mode == 'file':
!                 return [ ( self.info_showdata, _('Show info for this file'),
!                            'info_show') ]
          return []
  
--- 70,75 ----
          self.item = item
          if item.type == 'video' and item.info:
!             return [ ( self.info_showdata, _('Show info for this file'),
!                        'info_show') ]
          return []
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to