Closed
Bug 1568440
Opened 2 years ago
Closed 2 years ago
Account Central loads a second time at start-up
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 70.0
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
1.51 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
I don't quite understand this, but FolderDisplayWidget._showAccountCentral
is sometimes called a second time at start-up, which causes the Lightning overlay on it to be applied twice, resulting in two "Create a new calendar" buttons. I have a patch to stop the second call (which seems to come from session restore) doing what it does.
Assignee | ||
Comment 1•2 years ago
|
||
Attachment #9080255 -
Flags: review?(jorgk)
Comment 2•2 years ago
|
||
Comment on attachment 9080255 [details] [diff] [review] 1568440-account-central-twice-1.diff Looks simple enough for me to review ;-) - I land?
Attachment #9080255 -
Flags: review?(jorgk) → review+
Assignee | ||
Comment 3•2 years ago
|
||
Go ahead.
Updated•2 years ago
|
Target Milestone: --- → Thunderbird 70.0
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/bec4c1774b73
Prevent Account Central loading again if it is already loading or loaded. r=jorgk DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Comment 5•2 years ago
|
||
(In reply to Jorg K (GMT+2) from comment #2)
Looks simple enough for me to review ;-)
Hmm, apparently not :-(
You need to log in
before you can comment on or make changes to this bug.
Description
•