This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Er I mean... (was: RE: [PATCH] next_dialog micropatch (3) (was: RE: [setup PATCH] next_dialog micropatch (2)))


...this straightforward patch:

2003-07-28  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
	* dialog.h (do_fromcwd): Change function declaration.
	* fromcwd.cc (do_fromcwd): Change return type to bool.  Eliminate
	use of next_dialog, return true or false instead.
	* localdir.cc (LocalDirPage::OnNext): Use do_fromcwd()'s return
	value instead of next_dialog.

-- 
Gary R. Van Sickle
Brewer.  Patriot. 

> -----Original Message-----
> From: cygwin-apps-owner@cygwin.com
> [mailto:cygwin-apps-owner@cygwin.com]On Behalf Of Gary R. Van Sickle
> Sent: Monday, July 28, 2003 9:48 PM
> To: cygwin-apps@cygwin.com
> Subject: [PATCH] next_dialog micropatch (3) (was: RE: [setup PATCH]
> next_dialog micropatch (2))
> 
> 
> > Another cleanup patch. The remaining user of next_dialog, do_fromcwd,
> > requires slightly more invasive refactoring, hence is not included with
> > these changes.
> 
> Huh???  Doesn't this straightforward patch do it?:
> 
> 2003-07-28  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
> 	* fromcwd.cc (do_fromcwd): Change return type to bool.  Eliminate
> 	use of next_dialog, return true or false instead.
> 	* localdir.cc (LocalDirPage::OnNext): Use do_fromcwd()'s return
> 	value instead of next_dialog.
> -- 
> Gary R. Van Sickle
> Brewer.  Patriot. 
> 

Attachment: diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]