Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 428148 - New, always visible, progress icon
- Got rid of dead CSS class
--Signed-off-by: Elijah El-Haddad <elijahe@ca.ibm.com>
  • Loading branch information
elijahe committed Feb 14, 2014
1 parent 9ff5914 commit 7493bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.orion.client.ui/web/orion/progress.js
Expand Up @@ -98,7 +98,7 @@ function(messages, require, Deferred, lib, mOperationsDialog) {
if(this._progressPane.hasAttribute("aria-valuetext")) { //$NON-NLS-0$
this._progressPane.removeAttribute("aria-valuetext"); //$NON-NLS-0$
}
this._switchIconTo("progressPane_operations"); //$NON-NLS-0$
this._switchIconTo("progressPane_empty"); //$NON-NLS-0$
}
this._operationsDialog.setOperations(operationsToDisplay, deferreds);
},
Expand Down

0 comments on commit 7493bad

Please sign in to comment.