http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39788
User: guy
Date: 2011/11/10 03:02 PM
Log:
Get rid of the last remnants of the "check the syntax of capture
filters" preference; now that we always build with threads, we do the
syntax checking in a separate thread, so it doesn't hang the UI, and we
no longer have UI to change it but we were still trying to fetch the
value of the non-existent checkbox for it and getting a warning printed.
(We still check for it when reading, so that we don't print warnings if
it's present.)
Directory: /trunk/epan/
Changes Path Action
+4 -2 prefs.c Modified
+0 -1 prefs.h Modified
Directory: /trunk/gtk/
Changes Path Action
+0 -6 capture_dlg.c Modified
+1 -4 prefs_capture.c Modified