[gnome-disk-utility] md-raid: Don't offer non-working "Use entire disk instead of partitions" option



commit 71efe27b856907f705c80f668a728e268275fad1
Author: David Zeuthen <davidz redhat com>
Date:   Tue Feb 23 10:27:04 2010 -0500

    md-raid: Don't offer non-working "Use entire disk instead of partitions" option
    
    This option doesn't yet work and it's a lot of work to make it
    work. Need to fix this later.

 src/gdu-gtk/gdu-create-linux-md-dialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-create-linux-md-dialog.c b/src/gdu-gtk/gdu-create-linux-md-dialog.c
index ea4216c..a4f8397 100644
--- a/src/gdu-gtk/gdu-create-linux-md-dialog.c
+++ b/src/gdu-gtk/gdu-create-linux-md-dialog.c
@@ -699,10 +699,13 @@ gdu_create_linux_md_dialog_constructed (GObject *object)
 
         /* -------------------------------------------------------------------------------- */
 
+        /* TODO: Actually make this work */
         check_button = gtk_check_button_new_with_mnemonic (_("Use entire disks instead of _partitions"));
         gtk_widget_set_tooltip_text (check_button, _("If checked, the entirety of each selected disk will be used for the RAID array. Otherwise partitions will be created."));
         dialog->priv->use_whole_disk_check_button = check_button;
+#if 0
         gtk_box_pack_start (GTK_BOX (vbox2), check_button, FALSE, FALSE, 0);
+#endif
 
         /* -------------------------------------------------------------------------------- */
 



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