summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-06-14 16:07:03 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-06-14 16:07:03 -0700
commit37dcc335321fb7a16b99fe4f159aa68ad8ec5d76 (patch)
tree061d8f7e64f15a0be0e7cc571048853b21458e73 /indra/newview/llfacebookconnect.cpp
parentf5fb235aac7bb437416d5c665ff43ed5685a6755 (diff)
ACME-558 Update LLPanelPeople to use the friends list callback and remove the timer dependencies
Diffstat (limited to 'indra/newview/llfacebookconnect.cpp')
-rw-r--r--indra/newview/llfacebookconnect.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp
index 3de2351d78..6b9d753721 100644
--- a/indra/newview/llfacebookconnect.cpp
+++ b/indra/newview/llfacebookconnect.cpp
@@ -403,6 +403,11 @@ void LLFacebookConnect::storeContent(const LLSD& content)
{
mGeneration++;
mContent = content;
+
+ if(mContentUpdatedCallback)
+ {
+ mContentUpdatedCallback();
+ }
}
const LLSD& LLFacebookConnect::getContent() const