Ethereal-dev: Re: [Ethereal-dev] more mgcp fixes

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 27 Dec 2000 22:13:24 -0800
On Thu, Dec 28, 2000 at 12:59:28AM -0500, Ed Warnicke wrote:
> Please check in these other mgcp plugin fixes.

	...

> -  prefs_register_bool_preference(mgcp_module, "display_raw_text", 
> +  prefs_register_bool_preference(mgcp_module, "display raw text toggle", 

Preference names aren't supposed to have blanks in them.  That makes it
a pain to set them from the command line.  ("toggle" is also
inconsistent with other preferences, including the option to control
whether the tree dissection is supposed to be displayed.)

Yes, that means that there will be warnings until the preferences file
is rewritten; it's a one-time pain.