https://bugs.kde.org/show_bug.cgi?id=373768
Thomas Fischer <fisc...@unix-ag.uni-kl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kbi | |btex/eb44eef1a0987ff573d8c4 | |f481f99a70f9f9665b --- Comment #4 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- Git commit eb44eef1a0987ff573d8c4f481f99a70f9f9665b by Thomas Fischer. Committed on 25/12/2016 at 19:52. Pushed by thomasfischer into branch 'kbibtex/0.6'. Invalid configuration causes crash in BasicFileView::Private An invalid entry in KBibTeX's configuration file may cause a crash during the initialization of BasicFileView::Private. The 'crash' was caused by a failed Q_ASSERT_X. Now the values get checked for consistency (at least the sum of column widths). A width of zero, which is invalid, will now cause a reset to supposedly correct default values. M +4 -3 src/gui/file/basicfileview.cpp https://commits.kde.org/kbibtex/eb44eef1a0987ff573d8c4f481f99a70f9f9665b -- You are receiving this mail because: You are watching all bug changes.