Fix a bug where you couldn't save individual packets from a file type that
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Jun 2007 23:26:24 +0000 (23:26 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Jun 2007 23:26:24 +0000 (23:26 +0000)
commite3d5a602c8d712ff8626f55ce0d2c0f48d38bfdf
tree22b0c6ba95fe3658a8bbc488682573b663db0dca
parentdb6784945d389f268c03465d85c4d590305274d0
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22214 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/capture_file_dlg.c