[Po4a-commits] "po4a po4a,1.39,1.40"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu Nov 17 21:15:15 UTC 2005


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv19598

Modified Files:
	po4a 
Log Message:
select_file does not exist. filter is the way to go.


Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- po4a	17 Nov 2005 21:06:33 -0000	1.39
+++ po4a	17 Nov 2005 21:15:12 -0000	1.40
@@ -586,9 +586,9 @@
 		my $po=Locale::Po4a::Po->new();
 		print "  $master:";
 		print "(pot)";
-		$pot=$potfile->select_file($master);
+		$pot=$potfile->filter("(reference=$master:)");
 		print "(po) ";
-		$po=$poorig->select_file($master);
+		$po=$poorig->filter("(reference=$master:)");
 		unlink($pot_filename) if -e $pot_filename;
 		unlink($po_filename) if -e $po_filename;
 




More information about the Po4a-commits mailing list