Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Fri, 16 Mar 2007 22:05:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21038

User: sfisher
Date: 2007/03/16 10:05 PM

Log:
 Fix bug #1375: Capture Options with many IP addresses scrolls off
 screen
 
 Changed IP address label to fit into an event box which is in the ip
 address hbox.  This allows the label to expand to fit the capture dialog
 window, but no further.  Expanding the capture dialog window will show 
 more IP addresses.  Left align the label.  Add ... in the middle of a
 long list of IP addresses to show the first few and the last few with
 the gtk_label_set_ellipsize() function in GTK 2.6 and up.

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