Module: deluge Branch: master Commit: 7dff81b60b6020dde1fe18a2ad86a790860cc3e8
Author: Andrew Resch <[email protected]> Date: Sun Mar 28 22:20:47 2010 -0700 Fix some typos --- deluge/ui/sessionproxy.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/sessionproxy.py b/deluge/ui/sessionproxy.py index c241c28..f857fd9 100644 --- a/deluge/ui/sessionproxy.py +++ b/deluge/ui/sessionproxy.py @@ -206,7 +206,7 @@ class SessionProxy(component.Component): if "state" in filter_dict: # If we got there, then there is no suitable cached filter query, so # we'll just query the core - d = client.core.get_torrents_status(filer_dict, keys. True) + d = client.core.get_torrents_status(filter_dict, keys, True) def on_filter_status(result, keys): return on_status(result, result.keys(), keys) return d.addCallback(on_filter_status, keys) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
