Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43596: /trunk/ /trunk/epan/: prefs.c /trunk/ui/gtk/: pre

Date: Sat, 07 Jul 2012 02:49:17 GMT
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