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

Modified Files:
        mbus.py rom_drives.py usb.py 
Log Message:
move eventhandler.py into applications subdir

Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** rom_drives.py       16 Jul 2005 09:48:23 -0000      1.98
--- rom_drives.py       16 Jul 2005 10:07:25 -0000      1.99
***************
*** 61,65 ****
  import sysconfig
  import config
! import eventhandler
  import plugin
  import util
--- 61,65 ----
  import sysconfig
  import config
! import application.eventhandler
  import plugin
  import util
***************
*** 136,140 ****
          the main menu.
          """
!         if not eventhandler.is_menu():
              return False
  
--- 136,140 ----
          the main menu.
          """
!         if not application.eventhandler.is_menu():
              return False
  
***************
*** 147,151 ****
              return False
          
!         menuw = eventhandler.get()
          if not menuw or len(menuw.menustack) > 1:
              # not in main menu
--- 147,151 ----
              return False
          
!         menuw = application.eventhandler.get()
          if not menuw or len(menuw.menustack) > 1:
              # not in main menu
***************
*** 707,711 ****
                  media.drive_status = None
  
!         if eventhandler.is_menu():
              # check only in the menu
              for media in rom_drives:
--- 707,711 ----
                  media.drive_status = None
  
!         if application.eventhandler.is_menu():
              # check only in the menu
              for media in rom_drives:

Index: usb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/usb.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** usb.py      16 Jul 2005 09:48:24 -0000      1.16
--- usb.py      16 Jul 2005 10:07:25 -0000      1.17
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.17  2005/07/16 10:07:25  dischi
+ # move eventhandler.py into applications subdir
+ #
  # Revision 1.16  2005/07/16 09:48:24  dischi
  # adjust to new event interface
***************
*** 68,72 ****
  import plugin
  import util
- import eventhandler
  from gui.windows import WaitBox
  
--- 71,74 ----

Index: mbus.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/mbus.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mbus.py     16 Jul 2005 09:48:23 -0000      1.2
--- mbus.py     16 Jul 2005 10:07:25 -0000      1.3
***************
*** 1,5 ****
  import mcomm
  import plugin
! import eventhandler
  import event
  
--- 1,5 ----
  import mcomm
  import plugin
! import application.eventhandler
  import event
  
***************
*** 12,16 ****
          file = self.parse_parameter(val, ( str, ))
  
!         if not eventhandler.is_menu():
              return mcomm.RPCError('freevo not in menu mode')
  
--- 12,16 ----
          file = self.parse_parameter(val, ( str, ))
  
!         if not application.eventhandler.is_menu():
              return mcomm.RPCError('freevo not in menu mode')
  



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