Wireshark-commits: [Wireshark-commits] rev 22214: /trunk/gtk/ /trunk/gtk/: capture_file_dlg.c

Date: Wed, 27 Jun 2007 23:26:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22214

User: sfisher
Date: 2007/06/27 11:26 PM

Log:
 Fix a bug where you couldn't save individual packets from a file type that
 Wireshark doesn't support writing to.  The default in the drop-down menu
 was libpcap, but since gtk_option_menu_set_history() doesn't send the
 activate signal we set up earlier, you would have to manually click on the
 drop-down and reselect libpcap for it to work.  Now it works as expected.

Directory: /trunk/gtk/
  Changes    Path                  Action
  +7 -1      capture_file_dlg.c    Modified