diff options
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index cc8616d2..a36855d3 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -45,7 +45,7 @@ class DistUpgradeView(object): 4. Post upgrade stuff """ pass - def confirmChanges(self, changes, downloadSize): + def confirmChanges(self, summary, changes, downloadSize): """ display the list of changed packages (apt.Package) and return if the user confirms them """ |
