Changes between Version 10 and Version 11 of PrefsOverride


Ignore:
Timestamp:
Oct 18, 2007, 3:24:34 PM (17 years ago)
Author:
Didactylos
Comment:

Discussion

Legend:

Unmodified
Added
Removed
Modified
  • PrefsOverride

    v10 v11  
    6262
    6363It's the choice of venue that is done there. As you can set GPOs for different venues.
     64
     65    string foo;
     66
     67    retval = read_file_string(GLOBAL_PREFS_OVERRIDE_FILE, foo);
     68    if (!retval) {
     69                parse_str(foo.c_str(), "<host_venue>", main_host_venue, sizeof(main_host_venue));
     70        }
     71
     72Sadly, the log for the changeset has nothing to do with this change. Foo? I don't take this feature seriously - I'm going to treat it as deprecated.
    6473}}}
    6574