Bug 74341

Summary: [prefs] Compatibility layer needs to handle previous changes
Product: [Eclipse Project] Platform Reporter: DJ Houghton <dj.houghton>
Component: RuntimeAssignee: DJ Houghton <dj.houghton>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: Tod_Creasey
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 74319    

Description DJ Houghton CLA 2004-09-20 14:47:21 EDT
build i0920.

right now:
- client modifies preferences via the new node APIs
- client calls Plugin.savePluginPreferences
- code is short-circuited to skip since the object hasn't been created yet

need to:
- always save the instance scope prefs in the preference forwarder
- ensure the behaviour of the dirty bit in the forwarder is good
Comment 1 DJ Houghton CLA 2004-09-20 17:30:24 EDT
Fixed and released to HEAD.