mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 04:41:39 -04:00
Fixed a typo which made bz2 into gz since previous accept button change.
This commit is contained in:
@@ -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");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user