Author: damoxc Revision: 5004
Log:
fix the l.getSize error caused by the options tab
Diff:
Modified: trunk/deluge/ui/web/js/deluge-details.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-details.js 2009-04-02 21:50:34 UTC (rev
5003)
+++ trunk/deluge/ui/web/js/deluge-details.js 2009-04-02 22:55:47 UTC (rev
5004)
@@ -646,18 +646,22 @@
}, {
layout: 'column',
items: [{
- id: 'edit_trackers',
- xtype: 'button',
- text: _('Edit Trackers'),
- cls: 'x-btn-text-icon',
- iconCls:
'x-deluge-edit-trackers',
- width: 100
+ items: [{
+ id: 'edit_trackers',
+ xtype: 'button',
+ text: _('Edit
Trackers'),
+ cls: 'x-btn-text-icon',
+ iconCls:
'x-deluge-edit-trackers',
+ width: 100
+ }]
}, {
- id: 'apply',
- xtype: 'button',
- text: _('Apply'),
- style: 'margin-left: 10px',
- width: 100
+ items: [{
+ id: 'apply',
+ xtype: 'button',
+ text: _('Apply'),
+ style: 'margin-left:
10px',
+ width: 100
+ }]
}]
}]
}]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
