mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Fixed a typo which made bz2 into gz since previous accept button change.
This commit is contained in:
parent
8d0983c78b
commit
6ab88fd8d2
@ -1836,8 +1836,8 @@ sub accept_button {
|
||||
|
||||
|
||||
# Actually, keeping the original value is much nicer.
|
||||
#$entry_advanced[4] = "$entry_advanced[4].gz";
|
||||
$entry3->set_text("$tmp/$entry_advanced[4].gz");
|
||||
#$entry_advanced[4] = "$entry_advanced[4].bz2";
|
||||
$entry3->set_text("$tmp/$entry_advanced[4].bz2");
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user