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

« back to all changes in this revision

Viewing changes to deluge/ui/web/js/Deluge.Preferences.Queue.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:
59
59
                optMan.bind('queue_new_to_top', fieldset.add({
60
60
                        fieldLabel: '',
61
61
                        labelSeparator: '',
 
62
                        height: 22,
62
63
                        boxLabel: _('Queue new torrents to top'),
63
64
                        name: 'queue_new_to_top'
64
65
                }));
123
124
                        autoHeight: true,
124
125
                        labelWidth: 150,
125
126
                        defaultType: 'uxspinner',
126
 
                        style: 'margin-bottom: 0px; padding-bottom: 0px;',
 
127
                        style: 'margin-bottom: 0px; padding-bottom: 0px; margin-top: 0; padding-top: 0;',
127
128
                });
128
129
                optMan.bind('share_ratio_limit', fieldset.add({
129
130
                        fieldLabel: _('Share Ratio Limit'),
217
218
                this.removeAtRatio.setDisabled(!checked);
218
219
        }
219
220
});
220
 
Deluge.Preferences.addPage(new Ext.deluge.preferences.Queue());
 
 
b'\\ No newline at end of file'
 
221
Deluge.Preferences.addPage(new Ext.deluge.preferences.Queue());