Module: deluge
Branch: master
Commit: 538aed9147793b9c1d4d5c9aca3f37c0643ba47d

Author: John Garland <[email protected]>
Date:   Fri Jun 11 00:42:29 2010 +1000

Fix typo in label plugin - thanks konti

---

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

diff --git a/deluge/plugins/label/label/data/label.js 
b/deluge/plugins/label/label/data/label.js
index f68cd83..57d0dda 100644
--- a/deluge/plugins/label/label/data/label.js
+++ b/deluge/plugins/label/label/data/label.js
@@ -497,7 +497,7 @@ Deluge.plugins.LabelPlugin = Ext.extend(Deluge.Plugin, {
        },
 
        onLabelRemoveClick: function() {
-               var state = this.filter.getFilter();
+               var state = this.filter.getState();
                deluge.client.label.remove(state, {
                        success: function() {
                                deluge.ui.update();

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