diff options
Diffstat (limited to 'iw')
-rw-r--r-- | iw/installpath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/installpath.py b/iw/installpath.py index 99b40c695..16b1c2394 100644 --- a/iw/installpath.py +++ b/iw/installpath.py @@ -162,6 +162,7 @@ class InstallPathWindow (InstallWindow): if (self.todo.upgrade): self.upgradeButton.set_active(1) self.orig = None + default = None else: instClass = self.todo.getClass() self.orig = None |