summaryrefslogtreecommitdiffstats
path: root/iw/lvm_dialog_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 11:02:59 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 14:07:31 -0500
commitd6d4c4800ebc2958eb87a706e4a7c799647ca447 (patch)
tree4dd234f33d31b4ef68007b8f8392e321f151ad17 /iw/lvm_dialog_gui.py
parent2c4932e109f2f913d5efb9f906348ffaacd6b0ee (diff)
downloadanaconda-d6d4c4800ebc2958eb87a706e4a7c799647ca447.tar.gz
anaconda-d6d4c4800ebc2958eb87a706e4a7c799647ca447.tar.xz
anaconda-d6d4c4800ebc2958eb87a706e4a7c799647ca447.zip
Move network to the Anaconda object.
Diffstat (limited to 'iw/lvm_dialog_gui.py')
-rw-r--r--iw/lvm_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py
index 44cd840cb..823a83629 100644
--- a/iw/lvm_dialog_gui.py
+++ b/iw/lvm_dialog_gui.py
@@ -1246,7 +1246,7 @@ class VolumeGroupEditor:
if not self.isNew:
self.volnameEntry.set_text(self.vg.name)
else:
- self.volnameEntry.set_text(self.storage.createSuggestedVGName(anaconda.id.network))
+ self.volnameEntry.set_text(self.storage.createSuggestedVGName(anaconda.network))
else:
lbl = createAlignedLabel(_("Volume Group Name:"))
self.volnameEntry = gtk.Label(self.vg.name)