Fix typo in label plugin - thanks konti

This commit is contained in:
John Garland 2010-06-11 00:42:29 +10:00
parent d800273891
commit 538aed9147

View file

@ -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();