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

Modified Files:
        details.py 
Log Message:
add warning that this plugin may not work


Index: details.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/details.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** details.py  14 Mar 2004 19:46:22 -0000      1.1
--- details.py  8 Jul 2004 12:35:43 -0000       1.2
***************
*** 13,20 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.1  2004/03/14 19:46:22  dischi
  # Plugin to replace the item menu for video
  #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 13,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/07/08 12:35:43  dischi
+ # add warning that this plugin may not work
+ #
  # Revision 1.1  2004/03/14 19:46:22  dischi
  # Plugin to replace the item menu for video
  #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
***************
*** 58,61 ****
--- 60,70 ----
          skin.register('video_details', ('screen', 'title', 'view',
                                          'listing', 'info', 'plugin'))
+         print
+         print 'Activated plugin video.details'
+         print 'This plugin may cause some problems because it changes the'
+         print 'item menu and not all parts of Freevo may like this. If'
+         print 'Freevo crashes inside the item menu, please remove this plugin.'
+         print
+ 
  
      def actions(self, item):
***************
*** 96,98 ****
--- 105,108 ----
          m.viewitem   = self.item
          m.item_types = 'video details'
+         m.is_submenu = True
          menuw.pushmenu(m)



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to