diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-23 13:10:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-23 13:10:49 -0400 |
commit | 9b10f5eab22be36cf3b3a217076c76a669b4aafa (patch) | |
tree | cb60acfdbc8e810d45ee108a5677d02865577160 /debian/changelog | |
parent | d84e43faacbeb1e43224aa65d5ea8c19e657779e (diff) |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
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 <joeyh@debian.org> Thu, 21 Aug 2008 16:20:58 -0400 |