[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] If clearpart is set in ks, make combobox in parttype UI insensitive.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] If clearpart is set in ks, make combobox in parttype UI insensitive.
- Date: Fri, 5 Jun 2009 15:27:03 -0400
> diff --git a/iw/autopart_type.py b/iw/autopart_type.py
> index f192d6a..c0158f8 100644
> --- a/iw/autopart_type.py
> +++ b/iw/autopart_type.py
> @@ -449,6 +449,7 @@ class PartitionTypeWindow(InstallWindow):
> preselected = CLEARPART_TYPE_LINUX
> else:
> preselected = self.storage.clearPartType
> + self.combo.set_sensitive(False)
>
> for (txt, val) in opts:
> iter = store.append(None)
I'm not following. What's the problem you're solving here?
Also, have you tested with interactive kickstart installs too? Those
usually screw up the clearpart processing.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]