Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-04-28 07:42:08



Reply to topic  [ 3 posts ] 
Inworld freebies 
Author Message

Joined: 2011-12-12 04:09:46
Posts: 107
Reply with quote
Using version 1.31, when I try to purchase something inworld, freebie or non-freebie, the "You need more currency" pops up.


Attachments:
CoolVLViewer.log.tar.gz [23.08 KiB]
Downloaded 45 times
2023-08-21 12:57:11
Profile

Joined: 2009-03-17 18:42:51
Posts: 5554
Reply with quote
Indeed... The result of an inverted test. Fixed for next release.

If you compile the viewer yourself, you can easily fix this bug by editing linden/indra/newview/llviewermenu.cpp at line 6009, adding the missing ! in the if () clause to read:
Code:
   if (!can_afford_transaction(price))
   {
      LLFloaterBuyCurrency::buyCurrency("This object costs", price);
   }
   else
   {
      LLFloaterBuy::show(sale_info);
   }


2023-08-21 14:46:28
Profile WWW

Joined: 2011-12-12 04:09:46
Posts: 107
Reply with quote
Thanks Henri.


2023-08-21 21:42:37
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.