Summary: | Words 2.6 crashes on clicking "New" button for character styles in style manager | ||
---|---|---|---|
Product: | [Applications] calligrawords | Reporter: | Friedrich W. H. Kossebau <kossebau> |
Component: | general | Assignee: | Calligra Words Bugs <calligra-words-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/eb2696c33941d0c62cd23fbb75b0fa3c7c957c55 | Version Fixed In: | |
Sentry Crash Report: |
Description
Friedrich W. H. Kossebau
2013-01-14 12:34:46 UTC
Git commit eb2696c33941d0c62cd23fbb75b0fa3c7c957c55 by Pierre Stirnweiss. Committed on 17/01/2013 at 19:00. Pushed by pstirnweiss into branch 'calligra/2.6'. Fix crash on create new character style When creating a new character style, Words crashed because an null pointer was passed around and used. Also, the name of the style was not updated. REVIEW: 108444 M +3 -1 plugins/textshape/dialogs/CharacterGeneral.cpp M +9 -1 plugins/textshape/dialogs/FormattingPreview.cpp M +31 -6 plugins/textshape/dialogs/StyleManager.cpp M +2 -0 plugins/textshape/dialogs/StyleManager.h M +5 -8 plugins/textshape/dialogs/StylesModel.cpp http://commits.kde.org/calligra/eb2696c33941d0c62cd23fbb75b0fa3c7c957c55 |