public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Ralph Hempel <rhempel@bmts.com>
To: cygwin-apps@cygwin.com
Subject: Re: Patch for command line install/download in setup.exe
Date: Wed, 03 Sep 2008 13:44:00 -0000	[thread overview]
Message-ID: <48BE9492.70101@bmts.com> (raw)
In-Reply-To: <48BE93AB.5090005@bmts.com>

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

Ugh, bad form replying to my own email but the patch I submitted
works in thewrong direction. Here's the correct patch...

Sorry for the noise.

Ralph

[-- Attachment #2: downloadinstall.diff --]
[-- Type: text/x-diff, Size: 385 bytes --]

--- setup-clean/source.cc	2008-08-12 16:32:08.000000000 -0400
+++ setup/source.cc	2008-09-03 09:29:28.593750000 -0400
@@ -86,7 +86,9 @@
 void
 SourcePage::OnActivate ()
 {
-  if (DownloadOption)
+  if (DownloadOption && LocalOption)
+    source = IDC_SOURCE_NETINST;
+  else if (DownloadOption)
     source = IDC_SOURCE_DOWNLOAD;
   else if (LocalOption)
     source = IDC_SOURCE_CWD;

  reply	other threads:[~2008-09-03 13:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-03 13:40 Ralph Hempel
2008-09-03 13:44 ` Ralph Hempel [this message]
2008-09-18 14:49 ` Ralph Hempel
2008-12-05 16:25 ` [PATCH] Setup 1.7 " Ralph Hempel
2008-12-08 10:41   ` Corinna Vinschen
2008-12-08 12:46     ` Ralph Hempel
2008-12-11  1:49     ` Ralph Hempel
2008-12-11  2:55       ` Christopher Faylor
2008-12-11  3:07         ` Christopher Faylor
2008-12-11  8:25           ` Ralph Hempel
2008-12-11 18:36             ` Christopher Faylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48BE9492.70101@bmts.com \
    --to=rhempel@bmts.com \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).