Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30985/src/util
Modified Files:
fsocket.py
Log Message:
update pyNotifier and pyMbus
Index: fsocket.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/fsocket.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fsocket.py 18 Dec 2004 19:07:36 -0000 1.3
--- fsocket.py 20 Dec 2004 14:46:10 -0000 1.4
***************
*** 28,32 ****
if not self.__write_nf:
notifier.addSocket(self.socket, self.__write_socket,
! notifier.IO_OUT)
self.__write_nf = True
pos = self.out_buffer.tell()
--- 28,32 ----
if not self.__write_nf:
notifier.addSocket(self.socket, self.__write_socket,
! notifier.IO_WRITE)
self.__write_nf = True
pos = self.out_buffer.tell()
***************
*** 53,57 ****
if not self.__write_nf:
notifier.addSocket(self.socket, self.__write_socket,
! notifier.IO_OUT)
self.__write_nf = True
--- 53,57 ----
if not self.__write_nf:
notifier.addSocket(self.socket, self.__write_socket,
! notifier.IO_WRITE)
self.__write_nf = True
***************
*** 113,118 ****
notifier.removeSocket(self.socket)
self.__callback(self)
! # FIXME: True? It's a notifier bug here!
! return True
return True
--- 113,117 ----
notifier.removeSocket(self.socket)
self.__callback(self)
! return False
return True
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog