Field

Changeset 133:e3a5cc725298

Show
Ignore:
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
  • development/java/field/core/plugins/history/AttributeHistory.java

    r64 r133  
    7272        } 
    7373 
    74         public static final VisualElementProperty<AttributeHistoryAccess> history = new VisualElementProperty<AttributeHistoryAccess>("history_"); 
     74        public static final VisualElementProperty<AttributeHistoryAccess> history = new VisualElementProperty<AttributeHistoryAccess>("history"); 
    7575 
    7676        List<Pair<VersionNode, Object>> values = new ArrayList<Pair<VersionNode, Object>>();