use changeId in the clear method of the options tab

This commit is contained in:
Damien Churchill 2009-06-17 06:42:37 +00:00
parent 7bc81fbaf9
commit 9370911ee1
2 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
},
clear: function() {
this.optionsManager.resetOptions(this.torrentId);
this.optionsManager.changeId(null);
},
reset: function() {

File diff suppressed because one or more lines are too long