Module: deluge
Branch: master
Commit: 7d27b847fbdede0d45e71c885a4ee02d7a35ff28

Author: Damien Churchill <[email protected]>
Date:   Wed Mar 24 18:03:38 2010 +0000

remove unrequired attributes from the button configs

---

 deluge/ui/web/js/deluge-all/Deluge.Add.js |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/Deluge.Add.js 
b/deluge/ui/web/js/deluge-all/Deluge.Add.js
index ace772f..85fccff 100644
--- a/deluge/ui/web/js/deluge-all/Deluge.Add.js
+++ b/deluge/ui/web/js/deluge-all/Deluge.Add.js
@@ -423,28 +423,20 @@ Deluge.add.AddWindow = Ext.extend(Deluge.add.Window, {
                        margins: '5 5 5 5',
                        bbar: new Ext.Toolbar({
                                items: [{
-                                       id: 'file',
-                                       cls: 'x-btn-text-icon',
                                        iconCls: 'x-deluge-add-file',
                                        text: _('File'),
                                        handler: this.onFile,
                                        scope: this
                                }, {
-                                       id: 'url',
-                                       cls: 'x-btn-text-icon',
                                        text: _('Url'),
                                        iconCls: 'icon-add-url',
                                        handler: this.onUrl,
                                        scope: this
                                }, {
-                                       id: 'infohash',
-                                       cls: 'x-btn-text-icon',
                                        text: _('Infohash'),
                                        iconCls: 'icon-add-magnet',
                                        disabled: true
                                }, '->', {
-                                       id: 'remove',
-                                       cls: 'x-btn-text-icon',
                                        text: _('Remove'),
                                        iconCls: 'icon-remove',
                                        handler: this.onRemove,

-- 
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