Wireshark-commits: [Wireshark-commits] rev 47117: /trunk/ui/gtk/ /trunk/ui/gtk/: manual_addr_resolv
Date: Wed, 16 Jan 2013 16:52:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47117

User: wmeier
Date: 2013/01/16 08:52 AM

Log:
 Replace gtk_table...() with ws_gtk_grid...();
 
 Use gtk_box_pack_start() instead of
  gtk_container_add() in a few places so that
  window resize behavior is the same for
  Gtk2 and Gtk3.
 
 Also: do some whitespace cleanup.

Directory: /trunk/ui/gtk/
  Changes    Path                    Action
  +67 -65    manual_addr_resolv.c    Modified