Changeset 133:e3a5cc725298
- Timestamp:
- 08/01/2008 09:07:12 AM
(4 months ago)
- Author:
- marc@f1.local
- branch:
- default
- Message:
fix for #79
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r64 |
r133 |
|
| 72 | 72 | } |
|---|
| 73 | 73 | |
|---|
| 74 | | public static final VisualElementProperty<AttributeHistoryAccess> history = new VisualElementProperty<AttributeHistoryAccess>("history_"); |
|---|
| | 74 | public static final VisualElementProperty<AttributeHistoryAccess> history = new VisualElementProperty<AttributeHistoryAccess>("history"); |
|---|
| 75 | 75 | |
|---|
| 76 | 76 | List<Pair<VersionNode, Object>> values = new ArrayList<Pair<VersionNode, Object>>(); |
|---|