Wireshark-commits: [Wireshark-commits] rev 46937: /trunk/ui/gtk/ /trunk/ui/gtk/: print_dlg.c
Date: Fri, 04 Jan 2013 19:27:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46937

User: wmeier
Date: 2013/01/04 11:27 AM

Log:
 Use ws_gtk_grid...() instead of gtk_table...();
 
 Fix minor differences in window handling between Gtk2 & Gtk3:
    Use gtk_box_pack_start() instead of gtk_container_add() in
    various places.
 
 Also; Do some whitespace and formatting style cleanup.

Directory: /trunk/ui/gtk/
  Changes    Path           Action
  +124 -128  print_dlg.c    Modified