7.0 HR fix of #195492 - Updater shows NB Platform splash screen while updating the IDE

Antonin Nebuzelsky <[email protected]> Thu, 10 Mar 2011 16:51:29 +0100
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
http://netbeans.org/bugzilla/show_bug.cgi?id=195492

Fix should be integrated to release70 because the bug breaks branding of 
Updater completely.

The fix is assumed to be safe because it only corrects the order in 
which CLI options are evaluated and UpdaterFrame panel are created. The 
order was incorrectly changed in a changeset in November:
http://hg.netbeans.org/core-main/rev/6cdf597cbbee

~tonda