http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43596
User: guy
Date: 2012/07/06 07:49 PM
Log:
Only one place is needed for creating preference panes; this clears up
some warnings from GTK+.
For interior nodes in the preference module tree, we create a page even
if the module itself has no preferences, so there's *something* we can
show if the user clicks on it. (Showing the top-level protocols page is
a bit weird, and requires us to keep track of it.)
Directory: /trunk/epan/
Changes Path Action
+6 -2 prefs.c Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+43 -93 prefs_dlg.c Modified