discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Three small GUI patches


From: Fred Kiefer
Subject: Re: Three small GUI patches
Date: Thu, 11 Oct 2007 22:57:33 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20060911)

I applied all these patches although I cannot see the difference that
the last one will do. Could you please review the version you send to
this list once more?

Fred

Wolfgang Lux wrote:
> Hello,
> 
> here are three small patches for gui.
> 
> The first of these is an urgent fix for an issue in NSTableView.
> In the -validateEditing code, the local variable newObjectValue
> is uninitialized if the table view has no formatter.
> 
> 
> The second fix concerns NSPageLayoutPanel, which passes wrong
> values to stopModalWithCode:. In particular, it is passing the
> tags of the buttons, but should really invoke these methods
> with NSOKButton and NSCancelButton, respectively.
> 
> 
> 
> The final patch for NSDocument ensures that a document's update
> count is changed only if the document's print info is actually
> updated. At present, the change is always incremented after
> displaying the page layout panel, regardless of whether the user
> did change the layout or cancel the dialog.
> 
> 
> Wolfgang
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep





reply via email to

[Prev in Thread] Current Thread [Next in Thread]