summaryrefslogtreecommitdiff
path: root/indra/newview/llfriendcard.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-15 13:33:31 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-15 13:33:31 -0500
commitc1f60e7f2fe1775d8ca5f79af23579ac8a1fd851 (patch)
treefbb062f2da95973aa6a7fbcdf5372fc7097aad5c /indra/newview/llfriendcard.cpp
parent9fe7ec50e0cf4d743b05e335ee27d6fb7fbe37b7 (diff)
SH-4621 WIP
Diffstat (limited to 'indra/newview/llfriendcard.cpp')
-rwxr-xr-xindra/newview/llfriendcard.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfriendcard.cpp b/indra/newview/llfriendcard.cpp
index a6be604222..01f70d4b57 100755
--- a/indra/newview/llfriendcard.cpp
+++ b/indra/newview/llfriendcard.cpp
@@ -38,6 +38,7 @@
#include "llcallingcard.h" // for LLAvatarTracker
#include "llviewerinventory.h"
#include "llinventorymodel.h"
+#include "llcallbacklist.h"
// Constants;
@@ -154,7 +155,7 @@ void LLInitialFriendCardsFetch::done()
// This observer is no longer needed.
gInventory.removeObserver(this);
- mCheckFolderCallback();
+ doOnIdleOneTime(mCheckFolderCallback);
delete this;
}