[gnome-disk-utility/udisks2-port] Rework how extended partitions are presented
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/udisks2-port] Rework how extended partitions are presented
- Date: Thu, 10 Mar 2011 18:56:08 +0000 (UTC)
commit 932e1b5eb802215265f79cbe09cee15fd975a8ab
Author: David Zeuthen <davidz redhat com>
Date: Thu Mar 10 13:56:04 2011 -0500
Rework how extended partitions are presented
Signed-off-by: David Zeuthen <davidz redhat com>
src/palimpsest/gduvolumegrid.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/palimpsest/gduvolumegrid.c b/src/palimpsest/gduvolumegrid.c
index 9d77528..44a7e98 100644
--- a/src/palimpsest/gduvolumegrid.c
+++ b/src/palimpsest/gduvolumegrid.c
@@ -1726,8 +1726,9 @@ grid_element_set_details (GduVolumeGrid *grid,
g_strcmp0 (udisks_block_device_get_part_entry_scheme (block), "mbr") == 0 &&
(partition_type == 0x05 || partition_type == 0x0f || partition_type == 0x85))
{
- s = g_strdup_printf ("%s %s", size_str,
- C_("volume-grid", "Extended Partition"));
+ s = g_strdup_printf ("%s\n%s",
+ C_("volume-grid", "Extended Partition"),
+ size_str);
}
else if (g_strcmp0 (usage, "filesystem") == 0)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]