| Summary: | Deleting default attribute | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Tex Morgan <texmorgan> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | okellogg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tex Morgan
2012-02-24 02:48:48 UTC
Cannot reproduce using current trunk.
Based on your backtrace, looking at
tags/KDE/4.7.4/kdesdk/umbrello/umbrello/umllistview.cpp, line 1330 is:
item->cancelRename(0); //double click can cause it to go into rename mode.
In the current trunk, this call is not done at all.
In fact, looking at `svn log umllistview.cpp` I see that a lot has changed in this area; see commits 1268936, 1268941, 1270599, 1270635, 1270636.
Please retry with current trunk or with 2.8.1 (will be part of the upcoming KDE 4.8.1)
|