mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-14 23:51:38 -04:00
* fixes stripping option eq "", so "" eq 0 before processing
This commit is contained in:
@@ -750,6 +750,9 @@ sub yard_box {
|
||||
$lib_strip->signal_connect( "activate",
|
||||
sub {
|
||||
# off
|
||||
if ($lib_bool eq "") {
|
||||
$lib_bool = 0;
|
||||
}
|
||||
if ($lib_bool == 1) {
|
||||
$lib_bool--;
|
||||
}
|
||||
@@ -774,6 +777,9 @@ sub yard_box {
|
||||
$bin_strip->active($true);
|
||||
$bin_strip->signal_connect( "activate",
|
||||
sub {
|
||||
if ($bin_bool eq "") {
|
||||
$bin_bool = 0;
|
||||
}
|
||||
# off
|
||||
if ($bin_bool == 1) {
|
||||
$bin_bool--;
|
||||
@@ -794,6 +800,9 @@ sub yard_box {
|
||||
$mod_strip->signal_connect( "activate",
|
||||
sub {
|
||||
# off
|
||||
if ($mod_bool eq "") {
|
||||
$mod_bool = 0;
|
||||
}
|
||||
if ($mod_bool == 1) {
|
||||
$mod_bool--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user