changeset 310:d45840760733 stable

Ported [341] to 0.9.x stable branch.
author cmlenz
date Mon, 07 Jan 2008 16:07:11 +0000
parents 6156de68f5d6
children 98608737e686
files 0.9.x/babel/messages/frontend.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/0.9.x/babel/messages/frontend.py
+++ b/0.9.x/babel/messages/frontend.py
@@ -124,7 +124,7 @@
                                                      'LC_MESSAGES',
                                                      self.domain + '.mo'))
         else:
-            po_files.append(self.output_file)
+            po_files.append(self.input_file)
             if self.output_file:
                 mo_files.append(self.output_file)
             else:
Copyright (C) 2012-2017 Edgewall Software