summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordx2015-11-23 21:11:41 -0300
committerdx2015-11-23 21:11:41 -0300
commit8eb57c40b33cc2ba449b40abaa3440501005869a (patch)
tree45973f740c2c08bb35f9c845bbd1e70c7b747fba
parent3e13659c6b30fd75a023dfedf104db7bdb6c8959 (diff)
parent370fd39f13f66cb2fc9f0b2363bcae89b07e6b2d (diff)
downloadscripts.irssi.org-8eb57c40b33cc2ba449b40abaa3440501005869a.tar.bz2
Merge pull request #177 from ailin-nemui/awl
adv_windowlist 1.0a3
-rw-r--r--scripts/adv_windowlist.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/adv_windowlist.pl b/scripts/adv_windowlist.pl
index 19bbe70..b76afee 100644
--- a/scripts/adv_windowlist.pl
+++ b/scripts/adv_windowlist.pl
@@ -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!