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

Modified Files:
        controlpanel.py plugin.py 
Removed Files:
        eventhandler.py 
Log Message:
move eventhandler.py into applications subdir

--- eventhandler.py DELETED ---

Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** plugin.py   16 Jul 2005 09:48:20 -0000      1.94
--- plugin.py   16 Jul 2005 10:07:23 -0000      1.95
***************
*** 39,43 ****
  import config
  from event import Event
! import eventhandler
  
  # plugin loader
--- 39,43 ----
  import config
  from event import Event
! import application.eventhandler
  
  # plugin loader
***************
*** 163,167 ****
          wrapper for the poll function
          """
!         if self.poll_menu_only and not eventhandler.is_menu():
              return True
          self.poll()
--- 163,167 ----
          wrapper for the poll function
          """
!         if self.poll_menu_only and not application.eventhandler.is_menu():
              return True
          self.poll()

Index: controlpanel.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/controlpanel.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** controlpanel.py     16 Jul 2005 08:52:25 -0000      1.10
--- controlpanel.py     16 Jul 2005 10:07:23 -0000      1.11
***************
*** 43,47 ****
  
  import plugin
! import eventhandler
  import config
  
--- 43,47 ----
  
  import plugin
! import application
  import config
  
***************
*** 114,118 ****
  
          # add controlmanager as a window
!         eventhandler.add_window(self)
  
          # clear the container and set it visible
--- 114,118 ----
  
          # add controlmanager as a window
!         application.add_window(self)
  
          # clear the container and set it visible
***************
*** 152,156 ****
          """
          # remove controlmanager as a window
!         eventhandler.remove_window(self)
  
          # clear the objects and update the display
--- 152,156 ----
          """
          # remove controlmanager as a window
!         application.remove_window(self)
  
          # clear the objects and update the display



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