]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
2001-11-02 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Fri, 2 Nov 2001 03:15:11 +0000 (03:15 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Fri, 2 Nov 2001 03:15:11 +0000 (03:15 +0000)
        * choose.cc (default_trust): Autoset currently installed packages per the user's
        selection of prev/curr/exp.

ChangeLog
choose.cc

index b3245ae0a9eb40ee8a50a9cbdd1f03c89624e724..cfe510a5a8175a12c297e3426f58c1fc793ba8eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-02  Robert Collins  <rbtcollins@hotmail.com>
+
+       * choose.cc (default_trust): Autoset currently installed packages per the user's
+       selection of prev/curr/exp.
+
 2001-11-02  Robert Collins  <rbtcollins@hotmail.com>
 
        * splash.cc (dialog_proc): Return TRUE as specified in the WIN32 API.
index 49c3b5434ad0c39299c9f71597e9259637e7ef7e..fb602a284357e3fed03057f9e86b76aa2158d2f7 100644 (file)
--- a/choose.cc
+++ b/choose.cc
@@ -575,7 +575,7 @@ default_trust (HWND h, trusts trust)
     if (!pkg->exclude)
       {
        pkg->action = (actions) trust;
-       if (pkg->category && !(getpackagecategorybyname (pkg, "Required") ||
+       if (!pkg->installed && pkg->category && !(getpackagecategorybyname (pkg, "Required") ||
                               getpackagecategorybyname (pkg, "Misc")))
          pkg->action = keep_or_skip (pkg);
        set_action (pkg, 0);
This page took 0.035926 seconds and 5 git commands to generate.