aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/capture_file_dlg.c')
-rw-r--r--ui/gtk/capture_file_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/capture_file_dlg.c b/ui/gtk/capture_file_dlg.c
index 719294a0cf..0ab1ae7dea 100644
--- a/ui/gtk/capture_file_dlg.c
+++ b/ui/gtk/capture_file_dlg.c
@@ -562,7 +562,7 @@ file_open_cmd(GtkWidget *w)
if (!dfilter_compile(rfilter, &rfcode)) {
/* Not valid. Tell the user, and go back and run the file
selection box again once they dismiss the alert. */
- bad_dfilter_alert_box_modal(file_open_w, rfilter);
+ bad_dfilter_alert_box(file_open_w, rfilter);
g_free(cf_name);
continue;
}
@@ -815,7 +815,7 @@ file_merge_cmd(GtkWidget *w)
if (!dfilter_compile(rfilter, &rfcode)) {
/* Not valid. Tell the user, and go back and run the file
selection box again once they dismiss the alert. */
- bad_dfilter_alert_box_modal(file_merge_w, rfilter);
+ bad_dfilter_alert_box(file_merge_w, rfilter);
g_free(cf_name);
continue;
}