fix typo :-((((((((
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 23 Feb 2006 13:17:37 +0000 (13:17 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 23 Feb 2006 13:17:37 +0000 (13:17 +0000)
zypp/target/TargetImpl.cc

index 8e05354..d239fd0 100644 (file)
@@ -430,7 +430,7 @@ TargetImpl::getResolvablesToInsDel ( const ResPool pool_r,
     {
        if (it->status().isToBeInstalled())
        {
-           if ((*it)->kind() != ResTraits<SrcPackage>::kind) {
+           if ((*it)->kind() == ResTraits<SrcPackage>::kind) {
                srclist_r.push_back( *it );
            }
            else if ((*it)->kind() != ResTraits<Package>::kind) {