diff options
author | Anders Broman <anders.broman@ericsson.com> | 2014-01-20 05:51:10 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2014-01-20 05:51:10 +0000 |
commit | e45896cafc3f6f2b452d80396d38ea0accd3510e (patch) | |
tree | 02e9a49a5a2fd94eac88124ac622222227a3b80d /ui/gtk/capture_file_dlg.c | |
parent | a8002aa0b74e747d835889d8897c5733ba052ee0 (diff) | |
download | wireshark-e45896cafc3f6f2b452d80396d38ea0accd3510e.tar.gz wireshark-e45896cafc3f6f2b452d80396d38ea0accd3510e.tar.bz2 wireshark-e45896cafc3f6f2b452d80396d38ea0accd3510e.zip |
Split the GUI and the tap part to make it possible to adapt to Qt.
svn path=/trunk/; revision=54850
Diffstat (limited to 'ui/gtk/capture_file_dlg.c')
-rw-r--r-- | ui/gtk/capture_file_dlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/capture_file_dlg.c b/ui/gtk/capture_file_dlg.c index 4ca389a45e..9e852629f2 100644 --- a/ui/gtk/capture_file_dlg.c +++ b/ui/gtk/capture_file_dlg.c @@ -2180,7 +2180,7 @@ file_export_pdu_ok_cb(GtkWidget *widget _U_, gpointer data) } } - do_export_pdu(data); + export_pdu_action(data); } |