Author: damoxc
Revision: 5659
Log:
remove cruft in the preferences folder
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Preferences.Network.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Preferences.Network.js 2009-08-12
00:42:48 UTC (rev 5658)
+++ trunk/deluge/ui/web/js/Deluge.Preferences.Network.js 2009-08-12
00:43:40 UTC (rev 5659)
@@ -196,41 +196,6 @@
ctCls: 'x-deluge-indent-checkbox',
name: 'dht'
}));
-
- /*fieldset = this.add({
- xtype: 'fieldset',
- border: false,
- title: _('Encryption'),
- autoHeight: true,
- layout: 'column',
- defaultType: 'panel',
- defaults: {
- border: false,
- layout: 'form',
- defaultType: 'combo'
- }
- });
-
- var column = fieldset.add({
-
- });
- optMan.bind('enc_in_policy', column.add({
- fieldLabel: _('Inbound'),
- mode: 'local',
- store: [
- [0, _('Forced')],
- [1, _('Enabled')],
- [2, _('Disabled')]
- ],
- //new Ext.data.SimpleStore({
- // fields: ['id', 'text'],
- // data:
- //}),
- width: 100,
- //forceSelection: true,
- //valueField: 'id',
- //displayField: 'text'
- }));*/
}
});
Deluge.Preferences.addPage(new Ext.deluge.preferences.Network());
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---