http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50269
User: morriss
Date: 2013/06/30 02:58 PM
Log:
From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8876 :
Errors in preferences preceding "gui.console_open" are not immediately
displayed in the console: If a gui.console_open is set to "AUTOMATIC" or
"ALWAYS" and an error or warning occurs in a preference previous to it, the
warning is not displayed in the console window because the window is not yet
open. However, if the user switches to another profile and returns, the
messages will be displayed.
Fix: Move the gui.console_open to the top of the list in
prefs_register_modules() of prefs.c. Existing preferences files can be
corrected by saving them.
Directory: /trunk/epan/
Changes Path Action
+8 -5 prefs.c Modified