summaryrefslogtreecommitdiff
path: root/indra/newview/lltwitterconnect.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-05-01 14:38:57 -0700
committerRider Linden <none@none>2015-05-01 14:38:57 -0700
commit3abd8eaee82b4823fc20861fe520f4f54a3f10cc (patch)
tree5ccdb29a661b99331be49d7266e3d40cf452dc80 /indra/newview/lltwitterconnect.cpp
parent0b76b318db8bd3233595fb4164fd2e38a3d4553f (diff)
Move remote parcel request to a coro in LLRemoteParcelInfoProcessor
Fix typo in twitter. Disable unit test for remote parcel info request until test infrastructure for new core is done.
Diffstat (limited to 'indra/newview/lltwitterconnect.cpp')
-rw-r--r--indra/newview/lltwitterconnect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltwitterconnect.cpp b/indra/newview/lltwitterconnect.cpp
index cc608fbc2f..66a63510b0 100644
--- a/indra/newview/lltwitterconnect.cpp
+++ b/indra/newview/lltwitterconnect.cpp
@@ -416,7 +416,7 @@ std::string LLTwitterConnect::getTwitterConnectURL(const std::string& route, boo
void LLTwitterConnect::connectToTwitter(const std::string& request_token, const std::string& oauth_verifier)
{
- LLCoros::instance().launch("LLFlickrConnect::flickrConnectCoro",
+ LLCoros::instance().launch("LLTwitterConnect::twitterConnectCoro",
boost::bind(&LLTwitterConnect::twitterConnectCoro, this, _1, request_token, oauth_verifier));
}