Reported upstream?

On Mon, 2006-04-17 at 13:18 +0200, Dirk Meyer wrote:
> Author: dmeyer
> Date: Mon Apr 17 11:18:00 2006
> New Revision: 1404
> 
> Modified:
>    trunk/base/src/notifier/nf_generic.py
> 
> Log:
> fix typo
> 
> Modified: trunk/base/src/notifier/nf_generic.py
> ==============================================================================
> --- trunk/base/src/notifier/nf_generic.py     (original)
> +++ trunk/base/src/notifier/nf_generic.py     Mon Apr 17 11:18:00 2006
> @@ -115,7 +115,7 @@
>      """Removes an external dispatcher function from the list"""
>      global __dispatchers
>      if method in __dispatchers:
> -        __dispatcher.remove( method )
> +        __dispatchers.remove( method )
>  
>  __current_sockets = {}
>  __current_sockets[ IO_READ ] = []



-------------------------------------------------------
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-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to