aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-20 05:51:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-20 05:51:10 +0000
commite45896cafc3f6f2b452d80396d38ea0accd3510e (patch)
tree02e9a49a5a2fd94eac88124ac622222227a3b80d /ui/gtk/capture_file_dlg.c
parenta8002aa0b74e747d835889d8897c5733ba052ee0 (diff)
downloadwireshark-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.c2
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);
}