Bug 330104

Summary: Can't create new IDE Layout
Product: [Mono] MonoDevelop Reporter: Patrick Ulbrich <flipper98>
Component: generalAssignee: Zach Lute <zach.lute>
Status: RESOLVED FIXED QA Contact: MD Bugs <monodevelop-bugs>
Severity: Normal    
Priority: P5 - None    
Version: 0.16 (Beta 1)   
Target Milestone: ---   
Hardware: i686   
OS: Ubuntu   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Patch to make the New button generate an OK response (and thus work)

Description Patrick Ulbrich 2007-10-02 14:18:20 UTC
Adding new IDE Layouts does not work. Clicking the "new" Button does nothing.
Comment 1 Zach Lute 2007-10-04 02:33:44 UTC
Created attachment 176251 [details]
Patch to make the New button generate an OK response (and thus work)

The New button simply wasn't set up to generate an OK response, so the layout stuff never happened.  Fixed that in the stetic designer, and also renamed the cancel button from button309, because why not?

Seems to work just fine now.

Caveat:  Stetic seems to have decided to modify all kinds of other stuff in gui.stetic (such as changing the target GTK version) and I'm not sure if we want that or not, but I'm sure somebody else does.
Comment 2 Lluis Sanchez 2007-10-04 10:20:33 UTC
I did the change in my project and did not get all those additional changes. It's not in SVN. Thanks!
Comment 3 Lluis Sanchez 2007-10-04 10:20:52 UTC
Closing.