summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 19:25:15 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 19:25:15 +0000
commit8627be4a9f06be301d6d229fe19cf1ad4c4f5a73 (patch)
treee53c946646e5031400d8f741a7d323499583185e
parentc150cb2b35eae98e6b0d7aff4e0215a001c8a579 (diff)
downloadanaconda-8627be4a9f06be301d6d229fe19cf1ad4c4f5a73.tar.gz
anaconda-8627be4a9f06be301d6d229fe19cf1ad4c4f5a73.tar.xz
anaconda-8627be4a9f06be301d6d229fe19cf1ad4c4f5a73.zip
pass fstab to getSiloMbrDefault
-rw-r--r--po/anaconda.pot2
-rw-r--r--textw/silo.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/po/anaconda.pot b/po/anaconda.pot
index d82a00401..2d44263d2 100644
--- a/po/anaconda.pot
+++ b/po/anaconda.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-02-05 14:10-0500\n"
+"POT-Creation-Date: 2000-02-05 14:21-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/textw/silo.py b/textw/silo.py
index aa8fae101..a20f930f9 100644
--- a/textw/silo.py
+++ b/textw/silo.py
@@ -68,7 +68,7 @@ class SiloWindow:
len3 = len(str3)
len4 = len(str4)
lenmax = max((len1, len2, len3, len4))
- if todo.silo.getSiloMbrDefault() == 'mbr':
+ if todo.silo.getSiloMbrDefault(todo.fstab) == 'mbr':
dflt = 1
else:
dflt = 0