]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
adv_windowlist 1.0a3
authorAilin Nemui <redacted>
Mon, 23 Nov 2015 20:22:34 +0000 (21:22 +0100)
committerAilin Nemui <redacted>
Mon, 23 Nov 2015 20:22:34 +0000 (21:22 +0100)
scripts/adv_windowlist.pl

index 19bbe70380127015b8c6b3a02cfb676318078665..b76afee86850ce20d0376cf5857e12f90b0c35d4 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.0a2'; # 185124f561a65ff
+our $VERSION = '1.0a3'; # f5bd5232c9f9f34
 our %IRSSI = (
     authors     => 'Nei',
     contact     => 'Nei @ anti@conference.jabber.teamidiot.de',
@@ -643,7 +643,7 @@ sub remove_uniform {
 sub remove_uniform_vars {
     my $win = shift;
     my $name = __PACKAGE__ . '::custom_xform::' . $win->{active}{type}
-       if $win->{active} && $win->{active}{type};
+       if ref $win->{active} && $win->{active}{type};
     no strict 'refs';
     local ${$name} = 1 if $name;
     remove_uniform(+shift);
@@ -2352,8 +2352,9 @@ UNITCHECK
 
 # Changelog
 # =========
-# 1.0a2
+# 1.0a3
 # - new awl_viewer_launch setting and an array of related settings
+# - fixed regression bug /exec -interactive
 #
 # 0.9
 # - fix endless loop in awin detection code!
git clone https://git.99rst.org/PROJECT