[PATCH] Add dontAskAgainName parameter to queuedMessageBox()
Ingo Klöcker
kloecker at kde.org
Sun Oct 6 16:41:37 BST 2002
Hi,
is it possible to add the dontAskAgain parameter to
KMessageBox::queuedMessageBox(...) (and KMessageBox::messageBox(...))
as in the attached patch?
I wouldn't ask for such at thing now if it wouldn't be necessary in
order to fix a crash (Bug 48688) in KMail. Currently we use a normal
message box (with "Don't show again" check box). But this message box
blocks the initialization of some objects in KMail which are then
accessed by other code that is executed due to the running event loop.
This problem could easily be solved by using a queued message box. But
we really need a "Don't show again" checkbox because the message box
might be shown very often for users of NFS mounted home directories. If
possible the options parameter should also be added to make it possible
to show links in the message with KMessageBox::AllowLink.
Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kmessagebox.diff
Type: text/x-diff
Size: 4356 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20021006/737adb77/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20021006/737adb77/attachment.sig>
More information about the kde-core-devel
mailing list