KEduVocDocument default name is empty and that's preventing user to save the new document when the window closed and KWordQuiz asks if the user want sto save the document.
Details
Details
- Open KWordQuiz window, type something in the first column.
- Click on the close window button or press Ctrl+Q.
- Click on "Save".
- The Save dialog should be opened (before the patch, KWQ just did nothing and closed the confirmation window).
Diff Detail
Diff Detail
- Repository
- R338 KWordQuiz
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
there's 3 more checks for "Untitled" in that file. Could you check if those need updating too?
As far as i can see from a quick lool the check for Untitled makes no sense and should be simply removed/replaced with the one you're doing.
All the mentions of Untitled in kwordquiz are checking if it has that value, noone sets it.
And there is no mention of Untitled in keduvocdocument at all.