Module: deluge
Branch: master
Commit: ab38ca2ad40a0210ee30aee527d4223a832f43e7

Author: Damien Churchill <[email protected]>
Date:   Sun Mar 28 03:41:15 2010 +0100

fix the order of the data directory and add peer record ip address sorting again

---

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

diff --git a/deluge/ui/web/js/deluge-all/data/.order 
b/deluge/ui/web/js/deluge-all/data/.order
new file mode 100644
index 0000000..f9befc4
--- /dev/null
+++ b/deluge/ui/web/js/deluge-all/data/.order
@@ -0,0 +1 @@
++ SortTypes.js
diff --git a/deluge/ui/web/js/deluge-all/data/PeerRecord.js 
b/deluge/ui/web/js/deluge-all/data/PeerRecord.js
index e913240..528b8c7 100644
--- a/deluge/ui/web/js/deluge-all/data/PeerRecord.js
+++ b/deluge/ui/web/js/deluge-all/data/PeerRecord.js
@@ -50,7 +50,8 @@ Deluge.data.Peer = Ext.data.Record.create([
                type: 'string'
        }, {
                name: 'ip',
-               type: 'string'
+               type: 'string',
+               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