Wireshark-commits: [Wireshark-commits] rev 47115: /trunk/ui/gtk/ /trunk/ui/gtk/: iax2_analysis.c

Date: Wed, 16 Jan 2013 16:19:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47115

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

Log:
 Fix a Gtk2 vs Gtk3 issue;
 
 Specifically: use gtk_box_pack_start()
  instead of gtk_container_add() in one case
  so that (for Gtk3) a window component properly
   expands when the window is resized vertically.

Directory: /trunk/ui/gtk/
  Changes    Path               Action
  +1 -1      iax2_analysis.c    Modified