From 00de07144d4aafddc7f23b8af7157a015c707dfb Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 4 Jun 2012 20:08:59 +0000 Subject: Use the modal version of the bad display filter alert box in the I/O statistics window. Get rid of the non-modal version (it's not being used any more), and remove the now-redundant _modal from the modal version. svn path=/trunk/; revision=43081 --- ui/gtk/gui_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/gui_utils.c') diff --git a/ui/gtk/gui_utils.c b/ui/gtk/gui_utils.c index 72c22a0733..344203ea08 100644 --- a/ui/gtk/gui_utils.c +++ b/ui/gtk/gui_utils.c @@ -587,7 +587,7 @@ GtkWidget *pixbuf_to_widget(const char * pb_data) { * help? */ void -bad_dfilter_alert_box_modal(GtkWidget *parent, const char *dftext) +bad_dfilter_alert_box(GtkWidget *parent, const char *dftext) { GtkWidget *msg_dialog; -- cgit v1.2.1