Bug 74341 - [prefs] Compatibility layer needs to handle previous changes
Summary: [prefs] Compatibility layer needs to handle previous changes
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P1 critical (vote)
Target Milestone: 3.1 M2   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 74319
  Show dependency tree
 
Reported: 2004-09-20 14:47 EDT by DJ Houghton CLA
Modified: 2004-09-20 17:30 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.