summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-02-20 06:14:39 -0500
committerChris Lumens <clumens@redhat.com>2013-02-20 06:14:39 -0500
commit62fdc27f188258a44f88cbbecead28a5a5e6f8e3 (patch)
treec48ec739c4b2b8af9c1f066d343a36dc8aade857
parent6dc0c9529cc1dd37402898175fc8ac85224f1cda (diff)
downloadanaconda-62fdc27f188258a44f88cbbecead28a5a5e6f8e3.tar.gz
anaconda-62fdc27f188258a44f88cbbecead28a5a5e6f8e3.tar.xz
anaconda-62fdc27f188258a44f88cbbecead28a5a5e6f8e3.zip
If you set_markup, the label forgets set_use_underline from glade.
-rw-r--r--pyanaconda/ui/gui/spokes/custom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index dea3dce8d..6449d1641 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -600,6 +600,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
summaryLabel.set_use_markup(True)
summaryLabel.set_markup("<span foreground='blue'><u>%s</u></span>" % summary)
+ summaryLabel.set_use_underline(True)
def _reset_storage(self):
self.__storage = self.storage.copy()