소스 검색

modify repeatedlydisplay() to unset manual_install so we can identify user-selected packages

Wichert Akkerman 25 년 전
부모
커밋
b4140ddbdf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dselect/pkgsublist.cc

+ 1 - 0
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);