Comment 1 for bug 719378

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: [launcher] Drag’n’dropped favorites not persistent across sessions

Note that the cause of this issue is quite obvious from reading the code: drag’n’dropping a desktop file to the launcher invokes LauncherApplicationsList::insertFavoriteApplication(…), which never actually calls LauncherApplicationsList::addApplicationToFavorites(…).