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

Modified Files:
        detach.py mplayervis.py 
Log Message:
adjust to mevas - kaa.mevas move

Index: detach.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/detach.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** detach.py   9 Jun 2005 19:43:53 -0000       1.28
--- detach.py   26 Jun 2005 17:04:18 -0000      1.29
***************
*** 38,42 ****
  # python modules
  import os.path
! import mevas.image
  
  # freevo modules
--- 38,42 ----
  # python modules
  import os.path
! import kaa.mevas.image
  
  # freevo modules
***************
*** 203,207 ****
  
          # create a marquee for showing item info
!         info = mevas.image.CanvasImage( (width - iw - 6, fih) )
          info.set_pos( (x1 + iw + 4, y1 + ih - fih - 2) )
  
--- 203,207 ----
  
          # create a marquee for showing item info
!         info = kaa.mevas.image.CanvasImage( (width - iw - 6, fih) )
          info.set_pos( (x1 + iw + 4, y1 + ih - fih - 2) )
  
***************
*** 218,222 ****
          # create canvas for showing elapsed time
          w = ft.stringsize(u'00:00')
!         elapsed = mevas.image.CanvasImage((w, fth))
          elapsed.set_pos( (x1 + width - w, y1) )
          self.objects.append(elapsed)
--- 218,222 ----
          # create canvas for showing elapsed time
          w = ft.stringsize(u'00:00')
!         elapsed = kaa.mevas.image.CanvasImage((w, fth))
          elapsed.set_pos( (x1 + width - w, y1) )
          self.objects.append(elapsed)

Index: mplayervis.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayervis.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** mplayervis.py       9 Jun 2005 19:43:53 -0000       1.19
--- mplayervis.py       26 Jun 2005 17:04:18 -0000      1.20
***************
*** 61,66 ****
  from audio.player import *
  from gui.animation.base import BaseAnimation
! from mevas.image import CanvasImage
! from mevas.imagelib import *
  from controlpanel import *
  
--- 61,66 ----
  from audio.player import *
  from gui.animation.base import BaseAnimation
! from kaa.mevas.image import CanvasImage
! from kaa.mevas.imagelib import *
  from controlpanel import *
  



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to