summaryrefslogtreecommitdiff
path: root/indra/newview/llprogressview.cpp
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2009-12-21 14:27:02 -0800
committerMark Palange (Mani) <palange@lindenlab.com>2009-12-21 14:27:02 -0800
commite6349ac1927cb311c714e37c710c069b6de67a0b (patch)
tree5cfc784baa1d3f5af8ce078a7d48090bdec25946 /indra/newview/llprogressview.cpp
parent87f64b2d8deeeb415bf765268d35b0c0af76b61d (diff)
EXT-3550 Post-review fixes to previous commit.
Reviewed by Nat
Diffstat (limited to 'indra/newview/llprogressview.cpp')
-rw-r--r--indra/newview/llprogressview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp
index f723d9f240..7a48f890e0 100644
--- a/indra/newview/llprogressview.cpp
+++ b/indra/newview/llprogressview.cpp
@@ -269,7 +269,7 @@ bool LLProgressView::handleUpdate(const LLSD& event_data)
LLSD desc = event_data.get("desc");
LLSD percent = event_data.get("percent");
- if(message.isUndefined())
+ if(message.isDefined())
{
setMessage(message.asString());
}