Summary: | Kig crashed when parameter not given in an textfield | ||
---|---|---|---|
Product: | [Applications] kig | Reporter: | Ommi <ommidi> |
Component: | general | Assignee: | Pino Toscano <pino> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | david.narvaez |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.3 | |
Sentry Crash Report: |
Description
Ommi
2011-09-27 15:07:10 UTC
Thank you very much for this bug report! Sorry for the inconvenience. I've just confirmed using latest development version of Kig and I'll be working on it. I'll let you know when I have more feedback on this. David E. Narváez Git commit 7301b06a30b994210e713950c8600e0f25558a80 by David E. Narváez. Committed on 04/10/2011 at 05:57. Pushed by narvaez into branch 'master'. Avoid processing parameters if the number of arguments is not met Changed the finished variable to finish, as I think is the way the code was intended to be. Also fixes the second validation that took place (calling canFinish in the finishPressed method) since first validation happens in the validatePage method of the Arguments page. FIXED-IN: 4.7.2 CCBUG: 282913 REVIEW: 102725 M +2 -7 modes/label.cc M +5 -2 modes/textlabelwizard.cc http://commits.kde.org/kig/7301b06a30b994210e713950c8600e0f25558a80 Err, this will be fixed in 4.7.3 as the patch didn't make it to the 4.7.2 release. Sorry for the inconvenience. Git commit ead886e476ed8be103bbdb3cdc763c0f526f9206 by David E. Narváez. Committed on 04/10/2011 at 05:57. Pushed by narvaez into branch 'KDE/4.7'. Avoid processing parameters if the number of arguments is not met Changed the finished variable to finish, as I think is the way the code was intended to be. Also fixes the second validation that took place (calling canFinish in the finishPressed method) since first validation happens in the validatePage method of the Arguments page. FIXED-IN: 4.7.3 CCBUG: 282913 REVIEW: 102725 cherry-picked from 7301b06a30b994210e713950c8600e0f25558a80 M +2 -7 modes/label.cc M +5 -2 modes/textlabelwizard.cc http://commits.kde.org/kig/ead886e476ed8be103bbdb3cdc763c0f526f9206 |