Author: tack
Date: Wed Apr 5 19:26:50 2006
New Revision: 1382
Modified:
trunk/beacon/src/inotify/__init__.py
Log:
Clean dischi's last commit :)
Modified: trunk/beacon/src/inotify/__init__.py
==============================================================================
--- trunk/beacon/src/inotify/__init__.py (original)
+++ trunk/beacon/src/inotify/__init__.py Wed Apr 5 19:26:50 2006
@@ -72,8 +72,8 @@
if path not in self._watches_by_path:
return False
- _inotify.rm_watch(self._fd, self._watches_by_path[path][1])
- signal, wd = self._watches_by_path[path]
+ wd = self._watches_by_path[path][1]
+ _inotify.rm_watch(self._fd, wd)
del self._watches[wd]
del self._watches_by_path[path]
return True
-------------------------------------------------------
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