~cmiller/ubuntu/quantal/deluge/fix-parameter-move-storage

« back to all changes in this revision

Viewing changes to deluge/ui/web/js/Deluge.Preferences.Network.js

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2009-12-24 00:57:59 UTC
  • mfrom: (4.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091224005759-ifkuzevkdqqx4jle
Tags: 1.2.0~rc5-1
* New upstream version.
  - fix startup with fresh configs. (Closes: #560384)
* debian/control: drop useless dependencies on dbus for deluge-gtk.
* fix_manifest_in.patch: dropped, file MANIFEST.in has been deleted by
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                        labelSeparator: '',
62
62
                        boxLabel: _('Use Random Ports'),
63
63
                        name: 'random_port',
 
64
                        height: 22,
64
65
                        listeners: {
65
66
                                'check': {
66
67
                                        fn: function(e, checked) {
115
116
                        labelSeparator: '',
116
117
                        boxLabel: _('Use Random Ports'),
117
118
                        name: 'random_outgoing_ports',
 
119
                        height: 22,
118
120
                        listeners: {
119
121
                                'check': {
120
122
                                        fn: function(e, checked) {
230
232
                }));
231
233
        }
232
234
});
233
 
Deluge.Preferences.addPage(new Ext.deluge.preferences.Network());
 
 
b'\\ No newline at end of file'
 
235
Deluge.Preferences.addPage(new Ext.deluge.preferences.Network());