parent
b8b619ddeb
commit
791465bab9
|
|
@ -1078,7 +1078,7 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD&
|
|||
// * we can't build two messages at once.
|
||||
if (2 == button)
|
||||
{
|
||||
gCacheName->get(mFromID, mFromGroup, &inventory_offer_mute_callback);
|
||||
gCacheName->get(mFromID, mFromGroup, boost::bind(&inventory_offer_mute_callback,_1,_2,_3,_4,this));
|
||||
}
|
||||
|
||||
std::string from_string; // Used in the pop-up.
|
||||
|
|
|
|||
Loading…
Reference in New Issue