Module: deluge Branch: master Commit: 698a5ff475a1b340d739f9ca49c10dc6584e6c98
Author: Damien Churchill <[email protected]> Date: Wed Apr 28 14:20:31 2010 +0100 update the deluge.config dictionary with the new values --- .../web/js/deluge-all/preferences/InterfacePage.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/preferences/InterfacePage.js b/deluge/ui/web/js/deluge-all/preferences/InterfacePage.js index c09d366..5b8a512 100644 --- a/deluge/ui/web/js/deluge-all/preferences/InterfacePage.js +++ b/deluge/ui/web/js/deluge-all/preferences/InterfacePage.js @@ -191,6 +191,10 @@ Deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, { success: this.onSetConfig, scope: this }); + + for (var key in deluge.config) { + deluge.config[key] = this.optionsManager.get(key); + } } }, -- 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.
