Merge lp:~fraser-waters08/spud/exception-store into lp:spud
Proposed by
Fraser Waters
Status: | Merged |
---|---|
Approved by: | Patrick Farrell |
Approved revision: | 402 |
Merged at revision: | 406 |
Proposed branch: | lp:~fraser-waters08/spud/exception-store |
Merge into: | lp:spud |
Diff against target: |
30 lines (+4/-2) 1 file modified
diamond/diamond/interface.py (+4/-2) |
To merge this branch: | bzr merge lp:~fraser-waters08/spud/exception-store |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Patrick Farrell | Pending | ||
Review via email:
|
Description of the change
Fix for bug #784638, old code was using currently selected row to save the model, which was none when the subtree was collapsed. New code keeps track of which row was actually last selected.
To post a comment you must log in.
Great, looks good to merge.