]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-dont-ask-for-suggests-on-errors.patch
This commit was manufactured by cvs2git to create branch 'AC-DEVEL'.
[packages/poldek.git] / poldek-dont-ask-for-suggests-on-errors.patch
1 --- install3/requirements.c~    2008-11-20 13:23:07.000000000 +0100
2 +++ install3/requirements.c     2008-11-20 13:35:39.909464403 +0100
3 @@ -613,7 +613,8 @@
4          }
5      }
6      
7 -    if (!autochoice && !i3_is_user_choosable_equiv(ictx->ts))
8 +    /* if we have errors already, don't bug the user with more questions */
9 +    if ((!autochoice && !i3_is_user_choosable_equiv(ictx->ts)) || i3_get_nerrors(ictx, I3ERR_CLASS_DEP|I3ERR_CLASS_CNFL))
10          return NULL;
11  
12      tracef(indent, "%s", pkg_id(pkg));
This page took 0.04215 seconds and 3 git commands to generate.