Author: dmeyer
Date: Fri Apr  7 18:24:01 2006
New Revision: 1386

Modified:
   trunk/base/TODO
   trunk/base/src/notifier/__init__.py
   trunk/canvas/src/movie.py

Log:
update to missing utils file

Modified: trunk/base/TODO
==============================================================================
--- trunk/base/TODO     (original)
+++ trunk/base/TODO     Fri Apr  7 18:24:01 2006
@@ -1,5 +1,4 @@
-Cleanup the lirc input module and move the getch functions from
-base/utils.py into the input submodule.
+Cleanup the lirc and stdin input modules.
 
 Remove unix signal handling code, it does not work right. Maybe auto
 catch SIG15 and send the normal sys.exit at this point.

Modified: trunk/base/src/notifier/__init__.py
==============================================================================
--- trunk/base/src/notifier/__init__.py (original)
+++ trunk/base/src/notifier/__init__.py Fri Apr  7 18:24:01 2006
@@ -46,7 +46,6 @@
 from event import *
 from jobserver import *
 from jobserver import killall as kill_jobserver
-from kaa import utils
 
 from decorators import execute_in_timer, execute_in_thread, execute_in_mainloop
 

Modified: trunk/canvas/src/movie.py
==============================================================================
--- trunk/canvas/src/movie.py   (original)
+++ trunk/canvas/src/movie.py   Fri Apr  7 18:24:01 2006
@@ -230,9 +230,10 @@
             if not self._window:
                 return
             self._player.set_frame_output_mode(vo = True, notify = False)
-            self._window.resize(self.get_canvas().get_window().get_size())
-            self._window.move((0, 0))
-            self._window.show(raised = True)
+            print self._window
+#             self._window.resize(self.get_canvas().get_window().get_size())
+#             self._window.move((0, 0))
+#             self._window.show(raised = True)
         else:
             visible = self._get_relative_values("visible")
             alpha = self._get_relative_values("color")[3]


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to