Module: deluge
Branch: master
Commit: 17903c78d4526ac476c57ce80c907ede02ba4ea3

Author: Damien Churchill <[email protected]>
Date:   Sat Mar 27 14:59:05 2010 +0000

update the sorter to point to the correct function

---

 deluge/ui/web/js/deluge-all/Deluge.data.Peer.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/Deluge.data.Peer.js 
b/deluge/ui/web/js/deluge-all/Deluge.data.Peer.js
index 1057530..528b8c7 100644
--- a/deluge/ui/web/js/deluge-all/Deluge.data.Peer.js
+++ b/deluge/ui/web/js/deluge-all/Deluge.data.Peer.js
@@ -51,7 +51,7 @@ Deluge.data.Peer = Ext.data.Record.create([
        }, {
                name: 'ip',
                type: 'string',
-               sortType: Deluge.Sorters.ipSorter
+               sortType: Deluge.data.SortTypes.asIPAddress
        }, {
                name: 'client',
                type: 'string'

-- 
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.

Reply via email to