Module: deluge Branch: master Commit: 310b4bad31619742a58c4e609bfeeb79ce822d8f
Author: Damien Churchill <[email protected]> Date: Tue Apr 27 23:49:11 2010 +0100 allow the allocation to be changed again --- .../web/js/deluge-all/preferences/DownloadsPage.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/preferences/DownloadsPage.js b/deluge/ui/web/js/deluge-all/preferences/DownloadsPage.js index be45a70..603b58d 100644 --- a/deluge/ui/web/js/deluge-all/preferences/DownloadsPage.js +++ b/deluge/ui/web/js/deluge-all/preferences/DownloadsPage.js @@ -108,7 +108,7 @@ Deluge.preferences.Downloads = Ext.extend(Ext.FormPanel, { name: 'compact_allocation', width: 200, labelSeparator: '', - disabled: true, + //disabled: true, defaults: { width: 80, height: 22, -- 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.
