[gnome-disk-utility] Actually show the device in the Edit PVs dialog



commit 3fe7cd3599dc2c0f1b82d0a9f8144b0312037c6d
Author: David Zeuthen <davidz redhat com>
Date:   Tue Jan 19 13:55:27 2010 -0500

    Actually show the device in the Edit PVs dialog

 src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c b/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c
index 9ac5402..853adab 100644
--- a/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c
+++ b/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c
@@ -956,6 +956,9 @@ update_details (GduEditLinuxLvm2Dialog *dialog)
                 g_object_unref (icon);
         }
 
+        gdu_details_element_set_text (dialog->priv->pv_device_element,
+                                      gdu_device_get_device_file (pv));
+
  out:
         gdu_button_element_set_visible (dialog->priv->pv_new_button, show_pv_new_button);
         gdu_button_element_set_visible (dialog->priv->pv_remove_button, show_pv_remove_button);



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