-
- Downloads
STORM-1042 FIXED Fixed the inventory observers of newly added items.
The problem was caused by an outdated message name stored in LLInventoryObserver::mMessageName and not updated properly in LLInventoryModel::notifyObservers(). The message name used in LLInventoryAddedObserver::changed() was the name of the message most recently passed by LLInventoryModel::notifyObservers(), instead of the name of the latest actually received message. Using the most recent message name in this case fixed the problem.
Showing
- indra/newview/llinventorymodel.cpp 5 additions, 14 deletionsindra/newview/llinventorymodel.cpp
- indra/newview/llinventorymodel.h 2 additions, 3 deletionsindra/newview/llinventorymodel.h
- indra/newview/llinventorymodelbackgroundfetch.cpp 3 additions, 3 deletionsindra/newview/llinventorymodelbackgroundfetch.cpp
- indra/newview/llinventoryobserver.cpp 1 addition, 10 deletionsindra/newview/llinventoryobserver.cpp
- indra/newview/llinventoryobserver.h 0 additions, 1 deletionindra/newview/llinventoryobserver.h
Loading
Please register or sign in to comment