Summary: | DebugGUi mode activated crashes app when modifying field of the table form | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Wojciech Kosowicz <pcellix> |
Component: | General | Assignee: | Wojciech Kosowicz <pcellix> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | adam, inksi, staniek |
Priority: | NOR | Flags: | staniek:
Usability+
|
Version: | 2.9 Alpha | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/4d9b8e574cbee5d1fe8edcc522934da7cd9f5bfb | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Quick fix for checking if lastItem exists |
Description
Wojciech Kosowicz
2014-04-26 18:36:39 UTC
Created attachment 86283 [details]
Quick fix for checking if lastItem exists
I did this quick fix. So the app would not crash when in debug mode. Still later full patch needs to be given
Git commit bd2d0c2ffc211dd8296ab90df95aea64cf94495e by Wojciech Kosowicz. Committed on 30/04/2014 at 21:07. Pushed by wkosowicz into branch 'master'. Fixed crash when trying to modifying table field in form in DebugGUI REVIEW:117797 M +10 -5 kexi/kexiutils/debuggui.cpp http://commits.kde.org/calligra/bd2d0c2ffc211dd8296ab90df95aea64cf94495e Git commit 4d9b8e574cbee5d1fe8edcc522934da7cd9f5bfb by Wojciech Kosowicz. Committed on 30/04/2014 at 21:07. Pushed by wkosowicz into branch 'calligra/2.8'. Fixed crash when trying to modifying table field in form in DebugGUI REVIEW:117797 Conflicts: kexi/kexiutils/debuggui.cpp M +4 -1 kexi/kexiutils/debuggui.cpp http://commits.kde.org/calligra/4d9b8e574cbee5d1fe8edcc522934da7cd9f5bfb |