fix logging out

This commit is contained in:
Damien Churchill 2010-03-20 11:01:44 +00:00
parent 7e5e28ea2b
commit ff1ad9d764
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
},
logout: function() {
Deluge.events.fire('logout');
deluge.events.fire('logout');
deluge.client.auth.delete_session({
success: function(result) {
this.show(true);