diff options
author | andreykproductengine <akleshchev@productengine.com> | 2017-04-03 18:35:21 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2017-04-03 18:35:21 +0300 |
commit | 5580080276bd120a65d49267fc10e08c92706e1e (patch) | |
tree | 73067b1975855755a225c92461b77b06bea8f9ea /indra/newview/llinventorymodelbackgroundfetch.cpp | |
parent | ab927f7991acb9fb0b005f786b21cfe073192c2e (diff) |
MAINT-7274 Placeholder text shouldn't be shown
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.cpp')
-rw-r--r-- | indra/newview/llinventorymodelbackgroundfetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.cpp b/indra/newview/llinventorymodelbackgroundfetch.cpp index ee803d5e68..406c8b89d0 100644 --- a/indra/newview/llinventorymodelbackgroundfetch.cpp +++ b/indra/newview/llinventorymodelbackgroundfetch.cpp @@ -387,7 +387,7 @@ void LLInventoryModelBackgroundFetch::bulkFetch() // Process completed background HTTP requests gInventory.handleResponses(false); // Just processed a bunch of items. - // Note: do we really need it? + // Note: do we really need notifyObservers() here? // OnIdle it will be called anyway due to Add flag for processed item. // It seems like in some cases we are updaiting on fail (no flag), // but is there anything to update? |