[Bug 118060] crash when adding new identity
Will Stephenson <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kmail |
|---|---|
| Message-ID | <[email protected]> |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=118060
wstephenson kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|kmail-devel kde org |wstephenson kde org
Status|UNCONFIRMED |ASSIGNED
everconfirmed|0 |1
------- Additional Comments From wstephenson kde org 2007-03-23 09:42 -------
The act of adding a new identity requires that there be an open KMail main window. When KMail is started by Akregator using kapp->invokeMailer() this is not true, KMKernel::getKMMainWidget() returns 0, so the identity dialog segfaults when trying to initialise its FolderRequesters...
I'm working on a way to guarantee a mainwin and thus kmmainwidget when the config dialog is started.