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

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


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

Modified Files:
	po4a 
Log Message:
The POT has to be read (when it is not updated) because the $potfile object
is later used (when the --split option is specified).


Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- po4a	17 Nov 2005 20:03:56 -0000	1.38
+++ po4a	17 Nov 2005 21:06:33 -0000	1.39
@@ -554,6 +554,8 @@
 $potfile->write($pot_filename);
 
 print wrap_msg(gettext(" (%d entries)"), $potfile->count_entries());
+} else {
+    $potfile->read($pot_filename);
 }
 
 # update all po files




More information about the Po4a-commits mailing list