diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-26 11:53:55 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-26 11:53:55 -0400 |
commit | f756d7e6de847277708249b601696f42e5882e58 (patch) | |
tree | 0cdbb23295d997774f7f67bf4160186afb6e69c7 | |
parent | ed1fa6c887c0677e9ba80e1d422ba133a218ac54 (diff) | |
download | ikiwiki-f756d7e6de847277708249b601696f42e5882e58.tar ikiwiki-f756d7e6de847277708249b601696f42e5882e58.tar.gz |
po: Fix breakage caused by changes to render code.
-rw-r--r-- | IkiWiki/Plugin/po.pm | 3 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index d9aa9bfda..02fc4a89e 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -386,8 +386,7 @@ sub change (@) { resetalreadyfiltered(); require IkiWiki::Render; foreach my $file (@rendered) { - debug(sprintf(gettext("building %s"), $file)); - IkiWiki::render($file); + IkiWiki::render($file, sprintf(gettext("building %s"), $file)); } } diff --git a/debian/changelog b/debian/changelog index c73aa53d7..3d910e3ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (3.20091024) UNRELEASED; urgency=low + + * po: Fix breakage caused by changes to render code. + + -- Joey Hess <joeyh@debian.org> Mon, 26 Oct 2009 11:53:32 -0400 + ikiwiki (3.20091023) unstable; urgency=low * inline: Fix raw mode. Closes: #552114 |