Imported Upstream version 15.18.0
[platform/upstream/libzypp.git] / zypp / ui / SelectableImpl.h
index b37322a..4577469 100644 (file)
@@ -299,7 +299,7 @@ namespace zypp
 
       bool multiversionInstall() const
       {
-       for ( const PoolItem & pi : available() )
+       for ( const PoolItem & pi : picklist() )
        {
          if ( pi.multiversionInstall() )
            return true;