Author: damoxc
Revision: 5074
Log:
change Deluge.ProgressBar xtype to deluge-progressbar
Diff:
Modified: trunk/deluge/ui/web/js/deluge-ext.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-ext.js 2009-04-18 05:35:03 UTC (rev
5073)
+++ trunk/deluge/ui/web/js/deluge-ext.js 2009-04-18 12:49:46 UTC (rev
5074)
@@ -44,7 +44,7 @@
return this;
}
});
-Ext.reg('deluge-progress', Deluge.ProgressBar);
+Ext.reg('deluge-progressbar', Deluge.ProgressBar);
Ext.tree.ColumnTree = Ext.extend(Ext.tree.TreePanel, {
lines:false,
@@ -282,4 +282,4 @@
}
});
-Ext.reg('fileuploadfield', Ext.form.FileUploadField);
\ No newline at end of file
+Ext.reg('fileuploadfield', Ext.form.FileUploadField);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---