View | Details | Raw Unified | Return to bug 29435
Collapse All | Expand All

(-)umc/widgets/ProgressBar.js (-1 / +1 lines)
 Lines 115-121    Link Here 
115
		},
115
		},
116
116
117
		auto: function(umcpCommand, umcpOptions, callback, pollErrorMsg, stopComponent, dontHandleErrors) {
117
		auto: function(umcpCommand, umcpOptions, callback, pollErrorMsg, stopComponent, dontHandleErrors) {
118
			if (pollErrorMsg !== undefined) {
118
			if (pollErrorMsg === undefined) {
119
				pollErrorMsg = _('Fetching information from the server failed!');
119
				pollErrorMsg = _('Fetching information from the server failed!');
120
			}
120
			}
121
			tools.umcpCommand(umcpCommand,
121
			tools.umcpCommand(umcpCommand,

Return to bug 29435