Module: deluge
Branch: master
Commit: 00dc5f0128c35f7098c8aec16b8c3167f6a321e4

Author: Damien Churchill <[email protected]>
Date:   Wed Apr 28 13:28:00 2010 +0100

remove the button to launch the unfinished file browser

---

 deluge/ui/web/js/deluge-all/MoveStorage.js |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/MoveStorage.js 
b/deluge/ui/web/js/deluge-all/MoveStorage.js
index 41e53ad..67c5f6b 100644
--- a/deluge/ui/web/js/deluge-all/MoveStorage.js
+++ b/deluge/ui/web/js/deluge-all/MoveStorage.js
@@ -68,17 +68,17 @@ Deluge.MoveStorage = Ext.extend(Ext.Window, {
                        name: 'location',
                        width: 240
                });
-               this.form.add({
-                       xtype: 'button',
-                       text: _('Browse'),
-                       handler: function() {
-                               if (!this.fileBrowser) {
-                                       this.fileBrowser = new 
Deluge.FileBrowser();
-                               }
-                               this.fileBrowser.show();
-                       },
-                       scope: this
-               });
+               //this.form.add({
+               //      xtype: 'button',
+               //      text: _('Browse'),
+               //      handler: function() {
+               //              if (!this.fileBrowser) {
+               //                      this.fileBrowser = new 
Deluge.FileBrowser();
+               //              }
+               //              this.fileBrowser.show();
+               //      },
+               //      scope: this
+               //});
        },
 
        hide: function() {

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to