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

This commit is contained in:
Damien Churchill 2010-03-28 03:41:15 +01:00
parent 4d5d31a2b0
commit ab38ca2ad4
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
+ SortTypes.js

View File

@ -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'