Summary: | System Settings crashes while deleting Fonts | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | seraphim.asmodea |
Component: | kcm_fontinst | Assignee: | Craig Drummond <craig> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
seraphim.asmodea
2010-12-22 10:59:59 UTC
Git commit fa685cee73c50bde3b3782b2d849f814fb613ca2 by Craig Drummond. Committed on 28/06/2011 at 20:11. Pushed by craig into branch 'KDE/4.6'. Use beginInsertRows/endInsertRows and beginRemoveRows/endRemoveRows as detailed in the QAbstractItemModel documentation. Should fix the crashes, which were probbably caused by the model not indicating properly when it changed. BUG:191304 BUG:228119 BUG:260955 M +27 -36 kcontrol/kfontinst/kcmfontinst/FontList.cpp M +3 -1 kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp http://commits.kde.org/kde-workspace/fa685cee73c50bde3b3782b2d849f814fb613ca2 Git commit ea1091a64c2c0891b5104c773a06944a5184d428 by Craig Drummond. Committed on 28/06/2011 at 20:16. Pushed by craig into branch 'master'. Use beginInsertRows/endInsertRows and beginRemoveRows/endRemoveRows as detailed in the QAbstractItemModel documentation. Should fix the crashes, which were probbably caused by the model not indicating properly when it changed. BUG:191304 BUG:228119 BUG:260955 M +27 -36 kcontrol/kfontinst/kcmfontinst/FontList.cpp M +3 -1 kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp http://commits.kde.org/kde-workspace/ea1091a64c2c0891b5104c773a06944a5184d428 |