[PATCH] Add back some erroneously removed set_use_underline calls

David Shea dshea at redhat.com
Wed Jan 8 19:11:03 UTC 2014


---
 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)
-- 
1.8.5.2



More information about the anaconda-patches mailing list