[gparted] Re-enable MiB partition alignment option
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Re-enable MiB partition alignment option
- Date: Thu, 22 Jul 2010 23:19:33 +0000 (UTC)
commit a92f2dad391959971330719e7da03e88fd02cdc5
Author: Curtis Gedak <gedakc gmail com>
Date: Mon Jul 19 13:19:07 2010 -0600
Re-enable MiB partition alignment option
src/Dialog_Base_Partition.cc | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/Dialog_Base_Partition.cc b/src/Dialog_Base_Partition.cc
index d92c4ee..a8d1fe4 100644
--- a/src/Dialog_Base_Partition.cc
+++ b/src/Dialog_Base_Partition.cc
@@ -104,11 +104,8 @@ Dialog_Base_Partition::Dialog_Base_Partition()
/*TO TRANSLATORS: Menu option for drop down menu "Align to:" */
menu_alignment .items() .push_back( Gtk::Menu_Helpers::MenuElem( _("None") ) ) ;
- //FIXME: Disable MiB alignment as a temporary measure until bug #623630 can be properly addressed.
- menu_alignment .items()[ 1 ] .set_sensitive( false );
-
optionmenu_alignment .set_menu( menu_alignment );
- optionmenu_alignment .set_history( ALIGN_CYLINDER); //Default setting
+ optionmenu_alignment .set_history( ALIGN_MEBIBYTE ); //Default setting
table_resize .attach( optionmenu_alignment, 1, 2, 3, 4, Gtk::FILL );
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]