diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-06 22:27:22 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-06 22:27:22 +0000 |
commit | 180a106ca19e268ea900d6e4e15d4fb01db4cfcd (patch) | |
tree | b7428ff870d49220cd0724e62a46e13bae87b905 | |
parent | 33d8fb55561e5c50ecc294ba68aedeb955b29e31 (diff) | |
download | anaconda-180a106ca19e268ea900d6e4e15d4fb01db4cfcd.tar.gz anaconda-180a106ca19e268ea900d6e4e15d4fb01db4cfcd.tar.xz anaconda-180a106ca19e268ea900d6e4e15d4fb01db4cfcd.zip |
increment count of raid devices
-rw-r--r-- | iw/partition_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 59ac64579..388f45257 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -593,6 +593,7 @@ class PartitionWindow(InstallWindow): expanded = TRUE, spacing = TREE_SPACING) self.tree.node_set_row_data (parent, request.device) + raidcounter = raidcounter + 1 canvas = self.diskStripeGraph.getCanvas() apply(canvas.set_scroll_region, canvas.root().get_bounds()) |