summaryrefslogtreecommitdiff
path: root/dselect/pkgsublist.cc
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2001-07-13 23:49:09 +0000
committerWichert Akkerman <wakkerma@debian.org>2001-07-13 23:49:09 +0000
commitb4140ddbdfbb68e115f53bcf1650086d8018c935 (patch)
tree945301bd28684ec8d44539d16184911c626a96e5 /dselect/pkgsublist.cc
parentb01d65df6d1082d635956f71dd13ac46dd96387a (diff)
downloaddpkg-b4140ddbdfbb68e115f53bcf1650086d8018c935.tar.gz
modify repeatedlydisplay() to unset manual_install so we can identify user-selected packages
Diffstat (limited to 'dselect/pkgsublist.cc')
-rw-r--r--dselect/pkgsublist.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dselect/pkgsublist.cc b/dselect/pkgsublist.cc
index 71d18ffbb..f3c02188a 100644
--- a/dselect/pkgsublist.cc
+++ b/dselect/pkgsublist.cc
@@ -164,6 +164,7 @@ void repeatedlydisplay(packagelist *sub,
if (debug) fprintf(debug,"repeatedlydisplay(packagelist[%p]) once\n",sub);
if (unredisplay) unredisplay->enddisplay();
for (;;) {
+ manual_install = 0; /* Remove flag now that resolvesuggest has seen it. */
newl= sub->display();
if (!newl) break;
if (debug) fprintf(debug,"repeatedlydisplay(packagelist[%p]) newl\n",sub);