public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch master, updated. release_2.905
@ 2020-06-28 13:36 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2020-06-28 13:36 UTC (permalink / raw)
  To: cygwin-apps-cvs




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);
     }
 }
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-28 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-28 13:36 [setup - the official Cygwin setup program] branch master, updated. release_2.905 Jon TURNEY

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).