From 17903c78d4526ac476c57ce80c907ede02ba4ea3 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Sat, 27 Mar 2010 14:59:05 +0000 Subject: [PATCH] update the sorter to point to the correct function --- deluge/ui/web/js/deluge-all/Deluge.data.Peer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 10575308e..528b8c7bb 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'