Bill Meier
changed
bug 9339
What |
Removed |
Added |
Status |
UNCONFIRMED
|
INCOMPLETE
|
Ever confirmed |
|
1
|
Comment # 6
on bug 9339
from Bill Meier
(In reply to comment #5)
>
> Review of other dev ? (about use pref enum ?)
I'm not sure what is meant by "pref enum".
Use of a range seems OK to me.
On a separate note:
prefs_register_obsolete_preference should be used to indicate that the
existing two preferences are now obsolete.
(Fromm doc/README.dissector:
Note that a warning will pop up if you've saved such preference to the
preference file and you subsequently take the code out. The way to make
a preference obsolete is to register it as such:
/* Register a preference that used to be supported but no longer is. */
void prefs_register_obsolete_preference(module_t *module,
const char *name);
You are receiving this mail because:
- You are watching all bug changes.