Author: damoxc
Revision: 6130
Log:
use Ext.ux.StatusBar
Diff:
Modified: trunk/deluge/ui/web/js/deluge-all/Deluge.Statusbar.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-all/Deluge.Statusbar.js 2010-01-24
02:59:37 UTC (rev 6129)
+++ trunk/deluge/ui/web/js/deluge-all/Deluge.Statusbar.js 2010-01-24
03:01:12 UTC (rev 6130)
@@ -1,4 +1,4 @@
-Ext.deluge.Statusbar = Ext.extend(Ext.Toolbar, {
+Ext.deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
constructor: function(config) {
config = Ext.apply({
id: 'deluge-statusbar',
--
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.