[gparted] Disable MiB alignment temporarily until bug #623630 can be fixed
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Disable MiB alignment temporarily until bug #623630 can be fixed
- Date: Thu, 8 Jul 2010 15:23:23 +0000 (UTC)
commit 1e1ea1f09cd0bb15ed156d9dc018e779160588d1
Author: Curtis Gedak <gedakc gmail com>
Date: Thu Jul 8 09:20:53 2010 -0600
Disable MiB alignment temporarily until bug #623630 can be fixed
src/Dialog_Base_Partition.cc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Dialog_Base_Partition.cc b/src/Dialog_Base_Partition.cc
index 7c48557..d92c4ee 100644
--- a/src/Dialog_Base_Partition.cc
+++ b/src/Dialog_Base_Partition.cc
@@ -104,8 +104,11 @@ 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_MEBIBYTE); //Default setting
+ optionmenu_alignment .set_history( ALIGN_CYLINDER); //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]