aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterreporter.cpp
diff options
context:
space:
mode:
authorelektrahesse2010-10-12 12:51:41 +0200
committerelektrahesse2010-10-12 12:51:41 +0200
commitfb2c2706aa7dde5e9a237a2a7f32965a0e7904bf (patch)
treea81fdaecc62856b1014dfa23cc1cdb69a533e8b7 /linden/indra/newview/llfloaterreporter.cpp
parentRemoved a debugging llwarns :P (diff)
downloadmeta-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.cpp1
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;