From dd7528f5900d1eff021580e4381c6b11f7ba97e5 Mon Sep 17 00:00:00 2001 From: Gabriele Mohr Date: Thu, 27 Jun 2013 12:12:34 +0200 Subject: [PATCH] update package table in case of multi version --- src/NCPkgTable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NCPkgTable.cc b/src/NCPkgTable.cc index 032ef3b..b08c3fa 100644 --- a/src/NCPkgTable.cc +++ b/src/NCPkgTable.cc @@ -348,7 +348,7 @@ bool NCPkgTable::changeStatus( ZyppStatus newstatus, // update this list to show the status changes updateTable(); - if ( tableType == T_Availables ) + if ( tableType == T_Availables || tableType == T_MultiVersion ) { // additionally update the package list packager->updatePackageList();