Comment 5 for bug 492209

Revision history for this message
Pedro Villavicencio (pedro) wrote :

This has been fixed upstream now:

"commit 754a72759885d63275b1a656d8c6f3f7c29c7e9d
Author: Jonathan Matthew <email address hidden>
Date: Mon Mar 15 22:47:22 2010 +1000

    rhythmdb: merge change lists from subsequent commits (bug #527898)

    When a second commit occurs before the changes from the first are
    emitted (in an idle handler), and both commits contain changes to the
    same entry, we need to combine the changes in the change map used to
    prepare for signal emission.

    Previously, the changes from the first commit were being overwritten,
    with the result that property models could get out of sync with the
    entries in the backing model, which would eventually lead to an
    assertion failure when trying to update the property model."