View Single Post
05-07-12, 10:57 AM   #45
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Open that file and search for 120327, not the numbers in the other thread. Those numbers equate to YearMonthDay. The day the message started was 2012, March 27, or 120327. Change it to 130327, save the changes, and you should be good to go.

In my "Carbonite.lua" file, they are on line 18168, but I've seen different lines for the same things in Lua files from the same addon before, so...... Hopefully, that is not the case here.
Apparently when they fixed the nag message they rewrote, re-ordered, or added(?) some other things.

The date you're looking for is 120807, and it is now on line 13967. I had to find it by searching for the function line "function Nx.Sec:VaT()" which is the function the message is part of. That function starts on line 13965 and ends on line 13973. Nine lines of code, but one of them occasionally causes some serious irritation.

I'm not too sure why you would have to change the date, though. If you updated Carbonite to the latest (4.301) version, the nag is gone. You'll start getting it again on August 7, 2012 if there are no further updates til then.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!

Last edited by jeffy162 : 05-07-12 at 11:21 AM. Reason: More....