Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal prefs.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Mar 2003 13:45:54 -0600 (CST)
guy         2003/03/12 13:45:53 CST

  Modified files:
    .                    prefs.c 
  Log:
  When fixing up old preferences, check the module for the current
  preference by comparing "module->name" against the module, not by
  checking the first part of the preference name - the preference name
  might not contain the correct module name, as we've mapped some modules.
  
  Revision  Changes    Path
  1.97      +19 -19    ethereal/prefs.c