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

Modified Files:
        bookmarker.py 
Log Message:
adjust to new event interface

Index: bookmarker.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/bookmarker.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** bookmarker.py       2 Jul 2005 16:46:27 -0000       1.25
--- bookmarker.py       16 Jul 2005 09:48:25 -0000      1.26
***************
*** 49,53 ****
  import sysconfig
  import util
- import eventhandler
  
  from menu import Action, Menu, ItemPlugin
--- 49,52 ----
***************
*** 158,162 ****
              handle.write('\n')
              handle.close()
!             eventhandler.post(Event(OSD_MESSAGE, 'Added Bookmark'))
              return True
  
--- 157,161 ----
              handle.write('\n')
              handle.close()
!             OSD_MESSAGE.post(_('Added Bookmark'))
              return True
  



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