Bug 64783 - C/C++ File Types project properties is not applied upon OK
Summary: C/C++ File Types project properties is not applied upon OK
Status: VERIFIED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 2.0   Edit
Assignee: Sam Robb CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2004-05-31 13:56 EDT by Brent Nicolle CLA
Modified: 2008-06-18 18:33 EDT (History)
1 user (show)

See Also:


Attachments
Patch adds performOk(), removed performApply() implementations (2.25 KB, patch)
2004-06-02 14:30 EDT, Sam Robb CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Nicolle CLA 2004-05-31 13:56:52 EDT
CDT 2.0.0.200405290301
RedHat EL3

1. Create a project (Std or Managed Make)
2. Make some changes to project properties' C/C++ File Types
- select radio button Use Project Settings
- add and/or delete some file types.
3. Do not click Apply; instead click OK.
4. Re-enter project properties' C/C++ File Types.
Changes have been thrown away.

EXPECTED: OK is equivalent to Apply and Exit

(Work-around: Apply, then OK.)
Comment 1 Alain Magloire CLA 2004-06-01 17:05:27 EDT
Any cycle for this Sam.  If not reassign to me

Thanks.
Comment 2 Sam Robb CLA 2004-06-02 14:30:35 EDT
Created attachment 11489 [details]
Patch adds performOk(), removed performApply() implementations

Got mixed up as to which method defaulted to the other - the attached patch
should fix this.
Comment 3 Alain Magloire CLA 2004-06-03 10:44:57 EDT
Ok thanks, patch applied to the head.
Comment 4 Sam Robb CLA 2004-06-03 10:50:00 EDT
Thanks, Alain!  Closing this as "FIXED" now...
Comment 5 Brent Nicolle CLA 2004-06-15 10:21:54 EDT
Verified in CDT 200406140300.
Thanks all.