]> sipb.mit.edu Git - ikiwiki.git/commitdiff
po: Fix breakage caused by changes to render code.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 26 Oct 2009 15:53:55 +0000 (11:53 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 26 Oct 2009 15:53:55 +0000 (11:53 -0400)
IkiWiki/Plugin/po.pm
debian/changelog

index d9aa9bfda40fa86bd463943a565cd0f1c5cd47b5..02fc4a89edee391eae291c104d4d3ef113e74e8c 100644 (file)
@@ -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));
                }
        }
 
index c73aa53d7a98e46f3b264b41ce9d720c55cc5ed3..3d910e3ba2951b9656898fbdeb6f7c840f5be5e9 100644 (file)
@@ -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