Comment 3 for bug 719507

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: [launcher] crash when removing favorites

Just thinking out loud here: could it be linked to the fact that we request a delay in the removal, and somehow it is still removed too early?

in launcher/LauncherList.qml:

ListView.onRemove: SequentialAnimation {
    PropertyAction { target: launcherItem; property: "ListView.delayRemove"; value: true }
    […]
    PropertyAction { target: launcherItem; property: "ListView.delayRemove"; value: false }
}