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

Modified Files:
        detach.py 
Log Message:
fix mimetype handling

Index: detach.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/detach.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** detach.py   25 Jan 2004 20:16:04 -0000      1.12
--- detach.py   6 Feb 2004 18:33:06 -0000       1.13
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2004/02/06 18:33:06  dischi
+ # fix mimetype handling
+ #
  # Revision 1.12  2004/01/25 20:16:04  dischi
  # add type back to the plugin item
***************
*** 69,73 ****
          config.EVENTS['audio']['DISPLAY'] = Event(FUNCTION_CALL, arg=self.detach)
          self.show_item = menu.MenuItem(_('Show player'), action=self.show)
!         self.type = 'detached_player'
  
      def detach(self):
--- 72,76 ----
          config.EVENTS['audio']['DISPLAY'] = Event(FUNCTION_CALL, arg=self.detach)
          self.show_item = menu.MenuItem(_('Show player'), action=self.show)
!         self.show_item.type = 'detached_player'
  
      def detach(self):



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to