Fix the progressbar in Basic settings not pointing to the new address if the IP-address was changed; Bug #29435 Index: umc/widgets/ProgressBar.js =================================================================== --- umc/widgets/ProgressBar.js (Revision 37849) +++ umc/widgets/ProgressBar.js (Arbeitskopie) @@ -115,7 +115,7 @@ }, auto: function(umcpCommand, umcpOptions, callback, pollErrorMsg, stopComponent, dontHandleErrors) { - if (pollErrorMsg !== undefined) { + if (pollErrorMsg === undefined) { pollErrorMsg = _('Fetching information from the server failed!'); } tools.umcpCommand(umcpCommand,