diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/newview/llfloaterland.cpp | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-impy-a408bac29378072fbf36864164149458c978cfcc.zip meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2 meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz |
Second Life viewer sources 1.17.1.0
Diffstat (limited to 'linden/indra/newview/llfloaterland.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterland.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterland.cpp b/linden/indra/newview/llfloaterland.cpp index 82b50ec..ee89975 100644 --- a/linden/indra/newview/llfloaterland.cpp +++ b/linden/indra/newview/llfloaterland.cpp | |||
@@ -1557,6 +1557,13 @@ void LLPanelLandObjects::processParcelObjectOwnersReply(LLMessageSystem *msg, vo | |||
1557 | { | 1557 | { |
1558 | LLPanelLandObjects* self = LLFloaterLand::getCurrentPanelLandObjects(); | 1558 | LLPanelLandObjects* self = LLFloaterLand::getCurrentPanelLandObjects(); |
1559 | 1559 | ||
1560 | if (!self) | ||
1561 | { | ||
1562 | llwarns << "Received message for nonexistent LLPanelLandObject" | ||
1563 | << llendl; | ||
1564 | return; | ||
1565 | } | ||
1566 | |||
1560 | const LLFontGL* FONT = LLFontGL::sSansSerif; | 1567 | const LLFontGL* FONT = LLFontGL::sSansSerif; |
1561 | 1568 | ||
1562 | // Extract all of the owners. | 1569 | // Extract all of the owners. |