don't have any text in the statusbar on creation

This commit is contained in:
Damien Churchill 2009-02-20 21:58:38 +00:00
parent 3cfeb8a2ef
commit 13343a6b4b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ Deluge.Details.Status = {
onRender: function(panel) {
this.panel = panel;
this.progressBar = new Ext.ProgressBar({
text: '0% Stopped',
id: 'pbar-status',
cls: 'deluge-status-progressbar'
});