https://bugs.kde.org/show_bug.cgi?id=350630
Spencer Brown <spencerbrown...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spencerbrown...@gmail.com --- Comment #3 from Spencer Brown <spencerbrown...@gmail.com> --- Hi. I've set the composer's cancel button's text to change from "Cancel" to "Save/Ignore Changes" when the composer state changes to SaveRequired. (i.e. in the Composer::MessageUpdated slot) I did run into a minor issue: the slot is called as soon as the compositor object is created, in the slotUpdateSignature function. To solve this, i just set the button's text back to "Cancel" after the slotUpdateSignature function in the ComposeWidget Constructor. Now it works perfectly. gerrit patch: https://gerrit.vesnicky.cesnet.cz/r/#/c/842/ -- You are receiving this mail because: You are watching all bug changes.