Wireshark-commits: [Wireshark-commits] rev 46918: /trunk/ui/gtk/ /trunk/ui/gtk/: mcast_stream_dlg.c
Date: Thu, 03 Jan 2013 17:53:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46918

User: wmeier
Date: 2013/01/03 09:53 AM

Log:
 Use ws_gtk_grid...() instead of gtk_table...();
 Set the default window size to show the complete window;
 Fix a minor difference in window handling between Gtk2 & Gtk3:
    Use gtk_box_pack_start() instead of gtk_container_add() in one case.
 
 Also; misc minor cleanup.

Directory: /trunk/ui/gtk/
  Changes    Path                  Action
  +44 -44    mcast_stream_dlg.c    Modified