So, I'm scratching my head here...   I'm trying to prompt the user only once
for cmetrics stuff and save the results...

I'm executing the following lines (~125 in src/mixxx.cpp):

    config->set(ConfigKey("[User
Experience]","AgreedToUserExperienceProgram"), ConfigValue(metricsAgree));
    qDebug() << "metricsAgree:" << metricsAgree << "
AgreedToUserExperienceProgram:" << config->getValueString(ConfigKey("[User
Experience]","AgreedToUserExperienceProgram"));

I'm seeing the following:

Debug: Mixxx 1.6.5 "(svn 2471M; built on: Jan 21 2009 @ 00:56:40; flags:
hifieq ladspa vinylcontrol m4a script optimize=1 cmetrics) " is starting...
Debug: metricsAgree: "yes"  AgreedToUserExperienceProgram: ""

Why is it that AgreedToUserExperienceProgram which was set in the first
line, is unset again in the second?   Is there some kind of flush operation
or signal that needs to be called to make this work?!?

Cheers,

-G

              __
--- == __/ t.O ==--
http://stacktrace.org/
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to