diff options
author | elektrahesse | 2010-10-12 12:51:41 +0200 |
---|---|---|
committer | elektrahesse | 2010-10-12 12:51:41 +0200 |
commit | fb2c2706aa7dde5e9a237a2a7f32965a0e7904bf (patch) | |
tree | a81fdaecc62856b1014dfa23cc1cdb69a533e8b7 /linden/indra/newview/llfloaterreporter.cpp | |
parent | Removed a debugging llwarns :P (diff) | |
download | meta-impy-fb2c2706aa7dde5e9a237a2a7f32965a0e7904bf.zip meta-impy-fb2c2706aa7dde5e9a237a2a7f32965a0e7904bf.tar.gz meta-impy-fb2c2706aa7dde5e9a237a2a7f32965a0e7904bf.tar.bz2 meta-impy-fb2c2706aa7dde5e9a237a2a7f32965a0e7904bf.tar.xz |
RED-634: Fixed Name/Owner not showing up for objects.
Diffstat (limited to 'linden/indra/newview/llfloaterreporter.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterreporter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterreporter.cpp b/linden/indra/newview/llfloaterreporter.cpp index 50e2480..15f278d 100644 --- a/linden/indra/newview/llfloaterreporter.cpp +++ b/linden/indra/newview/llfloaterreporter.cpp | |||
@@ -361,6 +361,7 @@ void LLFloaterReporter::getObjectInfo(const LLUUID& object_id) | |||
361 | } | 361 | } |
362 | else | 362 | else |
363 | { | 363 | { |
364 | LLSelectMgr::waitForObjectResponse(mObjectID); | ||
364 | // we have to query the simulator for information | 365 | // we have to query the simulator for information |
365 | // about this object | 366 | // about this object |
366 | LLMessageSystem* msg = gMessageSystem; | 367 | LLMessageSystem* msg = gMessageSystem; |