summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-09 21:21:09 +0000
committerMike Fulbright <msf@redhat.com>2002-07-09 21:21:09 +0000
commit863d65724405c2f3962b756ab4573a79b4a81d91 (patch)
treecafe69ae9f84ba081d4c65685d33c92053d8af8e /iw
parentcd058d73fca755442471b5ce1f0a2846e8436792 (diff)
downloadanaconda-863d65724405c2f3962b756ab4573a79b4a81d91.tar.gz
anaconda-863d65724405c2f3962b756ab4573a79b4a81d91.tar.xz
anaconda-863d65724405c2f3962b756ab4573a79b4a81d91.zip
fix for bug 68390
Diffstat (limited to 'iw')
-rw-r--r--iw/upgrade_swap_gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index c12b2bc1c..1d6ac6744 100644
--- a/iw/upgrade_swap_gui.py
+++ b/iw/upgrade_swap_gui.py
@@ -47,7 +47,6 @@ class UpgradeSwapWindow (InstallWindow):
selection = self.view.get_selection()
(model, iter) = selection.get_selected()
if iter:
- model, iter = rc
mnt = model.get_value(iter, 0)
part = model.get_value(iter, 1)
size = int(model.get_value(iter, 2))