Wireshark-commits: [Wireshark-commits] rev 48445: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_dlg.c conv

Date: Wed, 20 Mar 2013 22:41:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48445

User: gerald
Date: 2013/03/20 03:41 PM

Log:
 Add frame_new, which creates a frame that best conforms to the GNOME,
 Windows, and OS X HIGs. Use it in the capture options dialog. The
 capture options dialog is a bit taller now and could probably use a bit
 more tweaking.
 
 In the capture options, conversation, and endpoint dialogs use our
 best-guess dialog spacing and pad out some areas.

Directory: /trunk/ui/gtk/
  Changes    Path                     Action
  +54 -42    capture_dlg.c            Modified
  +18 -2     conversations_table.c    Modified
  +21 -0     gui_utils.c              Modified
  +7 -0      gui_utils.h              Modified
  +18 -2     hostlist_table.c         Modified