Skip to content
Commit 4a302d8d authored by Dag Andersen's avatar Dag Andersen
Browse files

Fix crash due to notification during file save

The reason is a notification issued in KoDocument::saveFile() which results in an async dbus message.
The reply to this message can be received (timing dependent) during deletion of the dbus conection in which case it will crash.

Also remove sheets.notifyrc file from sheets.

Review: https://git.reviewboard.kde.org/r/105010
BUG: 297822
parent 9ec60af4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment