Module: deluge Branch: master Commit: 0ed6eb8564c4d29aa4ccb0450c2b709edb56b0ea
Author: Damien Churchill <[email protected]> Date: Thu Mar 11 20:09:51 2010 +0000 convert the port field from a "uxspinner" to a "spinnerfield", fixes #1170 --- .../web/js/deluge-all/Deluge.ConnectionManager.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/Deluge.ConnectionManager.js b/deluge/ui/web/js/deluge-all/Deluge.ConnectionManager.js index 84e572a..e1768dd 100644 --- a/deluge/ui/web/js/deluge-all/Deluge.ConnectionManager.js +++ b/deluge/ui/web/js/deluge-all/Deluge.ConnectionManager.js @@ -1,5 +1,5 @@ /* -Script: deluge-connections.js +Script: Deluge.ConnectionManager.js Contains all objects and functions related to the connection manager. Copyright: @@ -84,8 +84,7 @@ Copyright: this.portField = this.form.add({ fieldLabel: _('Port'), id: 'port', - xtype: 'uxspinner', - ctCls: 'x-form-uxspinner', + xtype: 'spinnerfield', name: 'port', strategy: { xtype: 'number', -- 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.
