Wireshark-commits: [Wireshark-commits] rev 46903: /trunk/ui/gtk/ /trunk/ui/gtk/: rtp_analysis.c

Date: Wed, 02 Jan 2013 21:48:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46903

User: wmeier
Date: 2013/01/02 01:48 PM

Log:
 Fix some GTK3 issues:
  Use gtk_box_pack_start() instead of gtk_container_add() in several places.
 
 Also:
  Remove several no-effect calls to gtk_box_set_child_packing();
  Use consistent whitespace & formatting style;
  Fix some long lines.

Directory: /trunk/ui/gtk/
  Changes    Path              Action
  +569 -501  rtp_analysis.c    Modified