[trojita] [Bug 386353] Crash on startup, related to Util::Css::warningBorder

2017-11-02 Thread Caspar Schutijser
https://bugs.kde.org/show_bug.cgi?id=386353 Caspar Schutijser changed: What|Removed |Added Resolution|--- |FIXED Latest

[trojita] [Bug 386353] Crash on startup, related to Util::Css::warningBorder

2017-10-30 Thread Caspar Schutijser
https://bugs.kde.org/show_bug.cgi?id=386353 --- Comment #5 from Caspar Schutijser --- (In reply to Caspar Schutijser from comment #4) > I'm working on a patch to fix the problem using the "Construct On First Use > Idiom". See https://gerrit.vesnicky.cesnet.cz/r/951 --

[trojita] [Bug 386353] Crash on startup, related to Util::Css::warningBorder

2017-10-30 Thread Caspar Schutijser
https://bugs.kde.org/show_bug.cgi?id=386353 --- Comment #4 from Caspar Schutijser --- (In reply to Caspar Schutijser from comment #3) > (In reply to Thomas Lübking from comment #1) > > Try chaning src/Gui/Util.cpp to > > const QString Css::warningBorder =

[trojita] [Bug 386353] Crash on startup, related to Util::Css::warningBorder

2017-10-30 Thread Caspar Schutijser
https://bugs.kde.org/show_bug.cgi?id=386353 --- Comment #3 from Caspar Schutijser --- (In reply to Thomas Lübking from comment #1) > Try chaning src/Gui/Util.cpp to > const QString Css::warningBorder = QString::fromLatin1("border: 2px solid > red; background-color:

[trojita] [Bug 386353] Crash on startup, related to Util::Css::warningBorder

2017-10-30 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=386353 Jan Kundrát changed: What|Removed |Added CC||zmiz...@extrowerk.com --- Comment

[trojita] [Bug 386353] Crash on startup, related to Util::Css::warningBorder

2017-10-30 Thread Thomas Lübking
https://bugs.kde.org/show_bug.cgi?id=386353 --- Comment #1 from Thomas Lübking --- Try chaning src/Gui/Util.cpp to const QString Css::warningBorder = QString::fromLatin1("border: 2px solid red; background-color: #E7C575; color: black; padding: 5px; margin: 5px;