Closed Bug 436697 Opened 16 years ago Closed 16 years ago

Post update restart UI is broken

Categories

(Toolkit :: Application Update, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.9.1b2

People

(Reporter: mossop, Assigned: robert.strong.bugs)

References

()

Details

When app.update.showInstalledUI is true after an update has been applied and the application started the update window is meant to appear notifying the user that the update was successful. The update window does appear however it says that a new update has been found. The problem is that the patch status is not getting retrieved correctly, its status is "null" rather than "succeeded"
Product: Firefox → Toolkit
I checked the latest 1.8.0 branch and it is broken there as well.

This is due to cleanupActiveUpdate being called after the call to showUpdateInstalled. Basically, the update param for the showUpdateInstalled call is being nulled out and it needs to be to cleanup after the update. It would likely be best to make showUpdateInstalled not take an update param and use a different method for determining the last update.
Depends on: 324121
fixed by the checkin of bug 324121.
Assignee: nobody → robert.bugzilla
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1b2
You need to log in before you can comment on or make changes to this bug.