https://bugs.kde.org/show_bug.cgi?id=452558
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/spectacle/commit/aac46 |hics/spectacle/commit/0def3 |ae0609cfa5c531b5407f8091747 |0320008016f13e3500ab1eb54d4 |a98a10ae |ab9512a1 --- Comment #3 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 0def30320008016f13e3500ab1eb54d4ab9512a1 by Nicolas Fella, on behalf of Daniel Lanz. Committed on 12/04/2022 at 23:07. Pushed by nicolasfella into branch 'release/22.04'. Fix silently dismissing user defined errors All user defined errors were silently dismissed, since error was passed on as a boolean instead of an integer, so no differentation could be made anymore down the line. This fix correctly dismisses a cancelled share but again shows a user defined error with a red indicator (cherry picked from commit aac46ae0609cfa5c531b5407f8091747a98a10ae) M +2 -2 src/Gui/ExportMenu.cpp M +1 -1 src/Gui/ExportMenu.h M +1 -1 src/Gui/KSMainWindow.cpp M +1 -1 src/Gui/KSMainWindow.h https://invent.kde.org/graphics/spectacle/commit/0def30320008016f13e3500ab1eb54d4ab9512a1 -- You are receiving this mail because: You are watching all bug changes.