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

Modified Files:
        main.py 
Log Message:
use kaa.notifier as main loop

Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/main.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** main.py     25 Jun 2005 13:14:31 -0000      1.4
--- main.py     28 Jun 2005 15:59:47 -0000      1.5
***************
*** 50,57 ****
  #
  try:
!     import notifier
!     if notifier.VERSION < '0.3.0':
!         raise ImportError('found version %s' % notifier.VERSION)
!     notifier.init(notifier.GENERIC)
  except Exception, e:
      print 'Error: This version of Freevo requires pyNotifier >= 0.3.0'
--- 50,57 ----
  #
  try:
!     import kaa.notifier
!     if kaa.notifier.VERSION < '0.3.0':
!         raise ImportError('found version %s' % kaa.notifier.VERSION)
!     kaa.notifier.init(kaa.notifier.GENERIC)
  except Exception, e:
      print 'Error: This version of Freevo requires pyNotifier >= 0.3.0'
***************
*** 321,328 ****
  
      # kick off the main menu loop
!     notifier.addDispatcher( eventhandler.get_singleton().handle )
  
      # start main loop
!     notifier.loop()
  
  
--- 321,328 ----
  
      # kick off the main menu loop
!     kaa.notifier.addDispatcher( eventhandler.get_singleton().handle )
  
      # start main loop
!     kaa.notifier.loop()
  
  



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