[gnome-disk-utility/new-ui] Use "–" for partition flags, label when showing a non-partition volume



commit eb220f7aa6e6b034387055f4fa6dcb337e17225c
Author: David Zeuthen <davidz redhat com>
Date:   Tue Oct 27 12:32:54 2009 -0400

    Use "â??" for partition flags, label when showing a non-partition volume

 src/palimpsest/gdu-section-volumes.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/palimpsest/gdu-section-volumes.c b/src/palimpsest/gdu-section-volumes.c
index d97e7b7..7131a38 100644
--- a/src/palimpsest/gdu-section-volumes.c
+++ b/src/palimpsest/gdu-section-volumes.c
@@ -1366,6 +1366,8 @@ gdu_section_volumes_update (GduSection *_section)
                         }
                 } else {
                         gdu_details_element_set_text (section->priv->partition_type_element, "â??");
+                        gdu_details_element_set_text (section->priv->partition_flags_element, "â??");
+                        gdu_details_element_set_text (section->priv->partition_label_element, "â??");
                 }
         }
         if (section->priv->device_element != NULL) {



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