[Po4a-devel][CVS] po4a/lib/Locale/Po4a Po.pm,1.24,1.25

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Mon, 09 Aug 2004 13:24:32 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv27387

Modified Files:
	Po.pm 
Log Message:
Where dit that get_text() come from? :S


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Po.pm	8 Aug 2004 23:00:55 -0000	1.24
+++ Po.pm	9 Aug 2004 13:24:30 -0000	1.25
@@ -307,7 +307,7 @@
 	$potrans->to_utf;
 	$pores->set_charset("utf-8");
     } else {
-	if ($potrans->get_text eq "CHARSET") {
+	if ($potrans->get_charset eq "CHARSET") {
 	    $pores->set_charset("ascii");
 	} else {
 	    $pores->set_charset($potrans->get_charset);