On Fri, 9 Apr 1999, Ben Hochstedler wrote:

> Alex,
> 
> > > How much work is involved in adding an OK button to the properties and
> > > preferences dialogs?  All the other dialogs seem to have OK or OK & cancel
> > > buttons.
> > 
> > I'm unsure of exactly what you mean, but it shouldn't be hard at all.
> > A couple of lines changed.
> 
> So, is someone going to do this, or should I do it and send someone a diff,
> or can I join the development effort and do the CVS checkin myself?

Sending diff's to me is best. I like to read all patches before applying.

But i'm not really sure what your gonna do here. There are basically three
operations you wanna do on the properties window.
* Apply the changes to the object
* Hide the window
* Revert to last applied state

Applying should generally NOT hide the window, as that lead to an
inefficient ui. And hiding the window on window close (from the
windowmanager) in not good enought, not everyone uses that.

/ Alex

Reply via email to