Module: deluge
Branch: master
Commit: fd248eb1fd770553bf73aef224272e9fbd30b486

Author: Damien Churchill <[email protected]>
Date:   Mon Mar 28 16:50:47 2011 +0100

split the auto_add_trackers textfield otherwise it breaks the label plugin

---

 deluge/plugins/label/label/data/label.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/deluge/plugins/label/label/data/label.js 
b/deluge/plugins/label/label/data/label.js
index 57d0dda..8ae0584 100644
--- a/deluge/plugins/label/label/data/label.js
+++ b/deluge/plugins/label/label/data/label.js
@@ -330,6 +330,7 @@ Deluge.ux.LabelOptionsWindow = Ext.extend(Ext.Window, {
 
        onOkClick: function() {
                var values = this.form.getForm().getFieldValues();
+               values['auto_add_trackers'] = 
values['auto_add_trackers'].split('\n');
                deluge.client.label.set_options(this.label, values);
                this.hide();
        },

-- 
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.

Reply via email to