Comment 4 for bug 289556

Revision history for this message
Peng Deng (d6g) wrote :

I recently have realized by calling the actually updating function at the last step in a plugin is not a good idea, because this will hide the changes of the item source from universe manager. It might be OK if items are just get modified or added, but if any item is removed and the list is updated before universe manager notices it, the item will stay in the universe for ever.

So currently the only way to let universe manager know an item is removed is to wait until the next update, this is really unfriendly to user because in some circumstances users may want to see changes immediately.