[gnome-disk-utility] Don't show markup in the UI



commit 435a8df44e4dfbc12cdbcc793bf639cb52c2d85d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed May 27 11:10:30 2009 -0400

    Don't show markup in the UI
    
    This fixes rh #500244.
---
 src/palimpsest/gdu-section-health.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/palimpsest/gdu-section-health.c b/src/palimpsest/gdu-section-health.c
index cfd7b64..e45410e 100644
--- a/src/palimpsest/gdu-section-health.c
+++ b/src/palimpsest/gdu-section-health.c
@@ -246,7 +246,7 @@ smart_data_set (GduSectionHealth *section)
                 }
         }
 
-        gtk_label_set_text (GTK_LABEL (section->priv->health_status_label), text);
+        gtk_label_set_markup (GTK_LABEL (section->priv->health_status_label), text);
         if (explanation == NULL) {
                         gtk_widget_hide (section->priv->health_status_explanation_label);
         } else {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]