From 9b10f5eab22be36cf3b3a217076c76a669b4aafa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 Aug 2008 13:10:49 -0400 Subject: map: The fix for #449285 was buggy and broke display of parents in certian circumstances. The use of $dummy was not sufficient, because it only stuck around for the first element after a dummy parent, and was then lost. Instead, use a $addparent that contains the actual dummy parent, so it can be compared with the new item to see if we're still under that parent or have moved to another one. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 25beb28ea..460ddc27f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ ikiwiki (2.62) UNRELEASED; urgency=low instead, and prompt if it fails. * Fix bug in wikiname sanitisation in the setup automator. * ikiwiki-makerepo: Added support for monotone. (Thomas Keller) + * map: The fix for #449285 was buggy and broke display of parents in certian + circumstances. -- Joey Hess Thu, 21 Aug 2008 16:20:58 -0400 -- cgit v1.2.3