[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/scripts
From:       Chusslove Illich <caslav.ilic () gmx ! net>
Date:       2008-11-09 13:02:11
Message-ID: 1226235731.472795.30232.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 881963 by ilic:

Do not exclude string just because no context has been collected at all.

 M  +1 -1      extractrc  


--- trunk/KDE/kdesdk/scripts/extractrc #881962:881963
@@ -257,7 +257,7 @@
        {
          my @rev_ectx_tail = reverse @{$ectx_tail};
          my $i = 0;
-         $exclude_by_ectx = 1;
+         $exclude_by_ectx = (@rev_ectx > 0 and @rev_ectx_tail > 0);
          while ($i < @rev_ectx and $i < @rev_ectx_tail)
          {
            my ($tag, $attr, $aval) = @{$rev_ectx_tail[$i]};
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic