| Summary: | crash after not importing a project | ||
|---|---|---|---|
| Product: | [Applications] Rocs | Reporter: | Jaime Torres <jtamate> |
| Component: | general | Assignee: | Rocs Developers <rocs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/rocs/13c0474a3b0d2b9299e10fe91dabfd69f7445d1c | Version Fixed/Implemented In: | 1.7 |
| Sentry Crash Report: | |||
|
Description
Jaime Torres
2012-07-02 16:34:01 UTC
Git commit 1561f32a640ce357460fef36b417fa1bc8e4725e by Andreas Cord-Landwehr. Committed on 02/07/2012 at 19:07. Pushed by cordlandwehr into branch 'KDE/4.9'. Fix crash when project import is cancelled. Import function now guarantees on exit the existence of a project, graph document, and script document. FIXED-IN: 1.7 (cherry picked from commit 13c0474a3b0d2b9299e10fe91dabfd69f7445d1c) M +13 -6 src/Interface/MainWindow.cpp M +6 -0 src/Interface/MainWindow.h http://commits.kde.org/rocs/1561f32a640ce357460fef36b417fa1bc8e4725e Git commit 13c0474a3b0d2b9299e10fe91dabfd69f7445d1c by Andreas Cord-Landwehr. Committed on 02/07/2012 at 19:07. Pushed by cordlandwehr into branch 'master'. Fix crash when project import is cancelled. Import function now guarantees on exit the existence of a project, graph document, and script document. FIXED-IN: 1.7 M +13 -6 src/Interface/MainWindow.cpp M +6 -0 src/Interface/MainWindow.h http://commits.kde.org/rocs/13c0474a3b0d2b9299e10fe91dabfd69f7445d1c |