Re-enable MiB partition alignment option

This commit is contained in:
Curtis Gedak 2010-07-19 13:19:07 -06:00
parent 280f532f4a
commit a92f2dad39
1 changed files with 1 additions and 4 deletions

View File

@ -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 );