public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon TURNEY <jturney@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [setup - the official Cygwin setup program] branch master, updated. release_2.905
Date: Sun, 28 Jun 2020 13:36:42 +0000 (GMT)	[thread overview]
Message-ID: <20200628133642.77143383F876@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=30d0e66065db65f566c9372c53c5e85edc76bf6a

commit 30d0e66065db65f566c9372c53c5e85edc76bf6a
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sat Jun 27 16:10:57 2020 +0100

    Properly record user_picked again
    
    Properly record user_picked again, which was broken by changes in 2.895


Diff:
---
 package_meta.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package_meta.cc b/package_meta.cc
index 121fc70d..61b7620b 100644
--- a/package_meta.cc
+++ b/package_meta.cc
@@ -455,7 +455,7 @@ packagemeta::select_action (int id, trusts const deftrust)
       for (int j = -id; j > 0; j--)
         i++;
 
-      set_action(Install_action, *i);
+      set_action(Install_action, *i, true);
     }
   else
     {
@@ -483,7 +483,7 @@ packagemeta::toggle_action ()
         if (!packagedb::solver.is_test_package(*i))
           naively_preferred = *i;
 
-      set_action(Install_action, naively_preferred);
+      set_action(Install_action, naively_preferred, true);
     }
 }
 



                 reply	other threads:[~2020-06-28 13:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200628133642.77143383F876@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /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).