From: Robert Collins Date: Fri, 2 Nov 2001 03:15:11 +0000 (+0000) Subject: 2001-11-02 Robert Collins X-Git-Tag: Z-categories_merge_HEAD~6 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=05bfdf26c6186062af980e783a6ca3de33ef616e;p=cygwin-apps%2Fsetup.git 2001-11-02 Robert Collins * choose.cc (default_trust): Autoset currently installed packages per the user's selection of prev/curr/exp. --- diff --git a/ChangeLog b/ChangeLog index b3245ae0..cfe510a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-02 Robert Collins + + * choose.cc (default_trust): Autoset currently installed packages per the user's + selection of prev/curr/exp. + 2001-11-02 Robert Collins * splash.cc (dialog_proc): Return TRUE as specified in the WIN32 API. diff --git a/choose.cc b/choose.cc index 49c3b543..fb602a28 100644 --- 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);