aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gui_utils.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-04 20:08:59 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-04 20:08:59 +0000
commit00de07144d4aafddc7f23b8af7157a015c707dfb (patch)
tree42777a216744b2be04c9f414691f2a19c96b589e /ui/gtk/gui_utils.h
parent91b777712ac83700b4de63be118ed3ee36104bad (diff)
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
Diffstat (limited to 'ui/gtk/gui_utils.h')
-rw-r--r--ui/gtk/gui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/gui_utils.h b/ui/gtk/gui_utils.h
index 5669a0fc65..064490d4c1 100644
--- a/ui/gtk/gui_utils.h
+++ b/ui/gtk/gui_utils.h
@@ -195,7 +195,7 @@ extern void reactivate_window(GtkWidget *win);
* @param parent parent window from which the display filter came
* @param dftext text of the display filter
*/
-extern void bad_dfilter_alert_box_modal(GtkWidget *parent, const char *dftext);
+extern void bad_dfilter_alert_box(GtkWidget *parent, const char *dftext);
/** Create a GtkScrolledWindow, set its scrollbar placement appropriately,
* and remember it.