remove the button to launch the unfinished file browser

This commit is contained in:
Damien Churchill 2010-04-28 13:28:00 +01:00
parent cd10555a8a
commit 00dc5f0128
1 changed files with 11 additions and 11 deletions

View File

@ -68,17 +68,17 @@ Deluge.MoveStorage = Ext.extend(Ext.Window, {
name: 'location', name: 'location',
width: 240 width: 240
}); });
this.form.add({ //this.form.add({
xtype: 'button', // xtype: 'button',
text: _('Browse'), // text: _('Browse'),
handler: function() { // handler: function() {
if (!this.fileBrowser) { // if (!this.fileBrowser) {
this.fileBrowser = new Deluge.FileBrowser(); // this.fileBrowser = new Deluge.FileBrowser();
} // }
this.fileBrowser.show(); // this.fileBrowser.show();
}, // },
scope: this // scope: this
}); //});
}, },
hide: function() { hide: function() {