[PATCH] Add back some erroneously removed set_use_underline calls

Vratislav Podzimek vpodzime at redhat.com
Thu Jan 9 06:13:35 UTC 2014


On Wed, 2014-01-08 at 14:11 -0500, David Shea wrote:
> ---
>  pyanaconda/ui/gui/spokes/custom.py | 1 +
>  pyanaconda/ui/gui/spokes/filter.py | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
> index 634888d..956ea1f 100644
> --- a/pyanaconda/ui/gui/spokes/custom.py
> +++ b/pyanaconda/ui/gui/spokes/custom.py
> @@ -864,6 +864,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
>                  count) % count
>  
>          self._summaryLabel.set_text(summary)
> +        self._summaryLabel.set_use_underline(True)
>  
>      def _reset_storage(self):
>          self.__storage = self.storage.copy()
> diff --git a/pyanaconda/ui/gui/spokes/filter.py b/pyanaconda/ui/gui/spokes/filter.py
> index aa30115..b19703b 100644
> --- a/pyanaconda/ui/gui/spokes/filter.py
> +++ b/pyanaconda/ui/gui/spokes/filter.py
> @@ -516,6 +516,7 @@ class FilterSpoke(NormalSpoke):
>                       count) % count
>  
>          label.set_text(summary)
> +        label.set_use_underline(True)
>  
>          summaryButton.set_visible(count > 0)
>          label.set_sensitive(count > 0)
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list