diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-22 12:32:35 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-22 12:32:35 +0100 |
commit | 0a7345dfa8a6d061e13394fdbe31c77231f1847c (patch) | |
tree | 1cb7d9ee680268aea821fc8ca4a1c318b3289f9c /lib/LXRng/Context.pm | |
parent | 8c978d76179b4f573c1eb9b9bb9db966c81330bb (diff) |
IE fixes, HTML fixes, ++
Diffstat (limited to 'lib/LXRng/Context.pm')
-rw-r--r-- | lib/LXRng/Context.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/LXRng/Context.pm b/lib/LXRng/Context.pm index caaa473..dab03e3 100644 --- a/lib/LXRng/Context.pm +++ b/lib/LXRng/Context.pm @@ -50,6 +50,7 @@ sub new { if ($$self{'config'}) { $$self{'release'} ||= $$self{'config'}{'ver_default'}; + $$self{'release'} ||= $$self{'config'}{'ver_list'}[0]; } return $self; |