summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-06-20 18:14:26 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-06-20 18:14:26 -0700
commit149b160a6d544824401348e8e97a64339815d8c1 (patch)
treea7635e040d3e35241264a6421e283e38a7341bbd /indra/newview
parent6215e6ba2542633afc5f8957817015f4bcf9f3cf (diff)
EXP-872 Hide inbox unless applicable
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsidepanelinventory.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 787ebd29c2..864637d744 100644
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -51,6 +51,7 @@
#include "llsidepaneltaskinfo.h"
#include "llstring.h"
#include "lltabcontainer.h"
+#include "llviewermedia.h"
#include "llviewernetwork.h"
#include "llweb.h"
@@ -245,8 +246,13 @@ void LLSidepanelInventory::handleLoginComplete()
url += "api/1/users/";
url += gAgent.getID().getString();
url += "/user_status";
+
+ LLSD headers = LLSD::emptyMap();
+ headers["Accept"] = "*/*";
+ headers["Cookie"] = LLViewerMedia::getOpenIDCookie();
+ headers["User-Agent"] = LLViewerMedia::getCurrentUserAgent();
- LLHTTPClient::get(url, new LLInventoryUserStatusResponder(this));
+ LLHTTPClient::get(url, new LLInventoryUserStatusResponder(this), headers);
//
// Track inbox and outbox folder changes