Update of /cvsroot/freevo/freevo/src/gui/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25088/src/gui/windows
Modified Files:
window.py
Log Message:
move eventhandler.py into applications subdir
Index: window.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/windows/window.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** window.py 16 Jul 2005 08:41:12 -0000 1.4
--- window.py 16 Jul 2005 10:07:24 -0000 1.5
***************
*** 40,44 ****
# freevo imports
! import eventhandler
# gui imports
--- 40,44 ----
# freevo imports
! import application
# gui imports
***************
*** 132,136 ****
if self.__display:
return
! eventhandler.add_window(self)
self.__display = displays.get()
self.__create_background(self.__display)
--- 132,136 ----
if self.__display:
return
! application.add_window(self)
self.__display = displays.get()
self.__create_background(self.__display)
***************
*** 143,147 ****
Destroy (close) the window
"""
! eventhandler.remove_window(self)
if not self.__display:
return
--- 143,147 ----
Destroy (close) the window
"""
! application.remove_window(self)
if not self.__display:
return
-------------------------------------------------------
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