mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
Fix typo in label plugin - thanks konti
This commit is contained in:
parent
d800273891
commit
538aed9147
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ Deluge.plugins.LabelPlugin = Ext.extend(Deluge.Plugin, {
|
||||||
},
|
},
|
||||||
|
|
||||||
onLabelRemoveClick: function() {
|
onLabelRemoveClick: function() {
|
||||||
var state = this.filter.getFilter();
|
var state = this.filter.getState();
|
||||||
deluge.client.label.remove(state, {
|
deluge.client.label.remove(state, {
|
||||||
success: function() {
|
success: function() {
|
||||||
deluge.ui.update();
|
deluge.ui.update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue