Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update package table in case of multi version
  • Loading branch information
gabi2 committed Jun 27, 2013
1 parent 56fd77c commit dd7528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NCPkgTable.cc
Expand Up @@ -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();
Expand Down

0 comments on commit dd7528f

Please sign in to comment.