fix minor issue
This commit is contained in:
parent
f05321f3b6
commit
cd97c30bef
@ -1019,9 +1019,10 @@ fn post_check_drive_mount(
|
|||||||
&& *partition_row_struct.never.borrow() == false
|
&& *partition_row_struct.never.borrow() == false
|
||||||
&& *partition_row_struct.hardcode_fs_error.borrow() == false
|
&& *partition_row_struct.hardcode_fs_error.borrow() == false
|
||||||
{
|
{
|
||||||
if *partition_row_struct.swap_fs_error.borrow() == false {
|
if partition.part_fs != "linux-swap" || partition.part_fs != "swap" {
|
||||||
partition_row_struct.widget.set_sensitive(true);
|
partition_row_struct.widget.set_sensitive(true);
|
||||||
} else {
|
} else {
|
||||||
|
(*partition_row_struct.swap_fs_error.borrow_mut()) = true;
|
||||||
null_checkbutton.set_active(true);
|
null_checkbutton.set_active(true);
|
||||||
row.set_partition("");
|
row.set_partition("");
|
||||||
partition_changed_action.activate(None);
|
partition_changed_action.activate(None);
|
||||||
|
Loading…
Reference in New Issue
Block a user