[Commits] [SCM] clawsker branch, master, updated. 1.3.8-16-gfcc5808
mones at claws-mail.org
mones at claws-mail.org
Sat Aug 31 09:58:29 UTC 2024
The branch, master has been updated
via fcc5808502df17c60e0eece4e28747180a9c47f6 (commit)
from a2275c497c53fec660ec4aea522ad4c7b5aa14d2 (commit)
Summary of changes:
clawsker | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fcc5808502df17c60e0eece4e28747180a9c47f6
Author: Ricardo Mones <ricardo at mones.org>
Date: Sat Aug 31 11:56:42 2024 +0200
Push list, don't push twice!
Funny to see the weird statements one wrote sixteen years ago ^_^
diff --git a/clawsker b/clawsker
index 3f77bdc..cd3c9a2 100755
--- a/clawsker
+++ b/clawsker
@@ -588,7 +588,7 @@ sub new_text_box_for_int {
my $name = $$hash{$key}[NAME];
my $label = $$hash{$key}[LABEL];
my @type = split (/,/, $$hash{$key}[TYPE]);
- push (@type, 0), push (@type, 10000) unless ($#type > 0);
+ push @type, 0, 10000 unless $#type > 0;
#
my $gunits = undef;
if (ref $label eq 'ARRAY') {
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list