aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-28 18:04:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-28 18:04:09 +0000
commit2d1981f08b9b257b0c245db3576913f27b6442de (patch)
treecc8e5a4fdcd0437d95b5f461e91a70140d4d8faa /gtk/capture_dlg.c
parentb64ebb05c29f5362ac8fa8fe182dfbe3c571eead (diff)
various (minor) capture code cleanup
svn path=/trunk/; revision=13957
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 005fe4ead5..246ba922a4 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -1470,7 +1470,7 @@ capture_prep_ok_cb(GtkWidget *ok_bt _U_, gpointer parent_w) {
window_destroy(GTK_WIDGET(parent_w));
- if (do_capture(capture_opts)) {
+ if (capture_start(capture_opts)) {
/* The capture succeeded, which means the capture filter syntax is
valid; add this capture filter to the recent capture filter list. */
cfilter_combo_add_recent(capture_opts->cfilter);