Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 428148 - New, always visible, progress icon
- Initialize operations tooltip upon creation
--Signed-off-by: Elijah El-Haddad <elijahe@ca.ibm.com>
  • Loading branch information
elijahe committed Feb 18, 2014
1 parent 7493bad commit fb70751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundles/org.eclipse.orion.client.ui/web/orion/progress.js
Expand Up @@ -29,6 +29,8 @@ function(messages, require, Deferred, lib, mOperationsDialog) {
this._progressPane.addEventListener("click", function(evt) { //$NON-NLS-0$
that._operationsDialog.show();
});

this._operationsDialog.setOperations(null, null); // initialize
}

ProgressMonitorTool.prototype = {
Expand Down

0 comments on commit fb70751

Please sign in to comment.