Wireshark-commits: [Wireshark-commits] rev 48237: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_dlg.c

Date: Mon, 11 Mar 2013 01:11:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48237

User: wmeier
Date: 2013/03/10 06:11 PM

Log:
 "Capture ! Options ! Manage Interfaces": Cleanup handling of Window epansion.
 
 Improves 'expand' handling for both Gtk2 & Gtk3;
 
 Adapted (with additions by me) from a proposed patch by Peter Hatina (Bug #8315).
 
 Also:
 
 1. Don't use gtk_widget_set_size() in several cases when a single use of
    gtk_window_set_default_size() for the "Manage Interfaces" window is sufficient.
 
 2. Add an XXX comment as to a specific call to 'gtk_window_destroy_with_parent'
    actually being a no-op on Windows.

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +17 -15    capture_dlg.c    Modified