aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gui_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/gui_utils.h')
-rw-r--r--ui/gtk/gui_utils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/gtk/gui_utils.h b/ui/gtk/gui_utils.h
index 9277824ac8..468c862817 100644
--- a/ui/gtk/gui_utils.h
+++ b/ui/gtk/gui_utils.h
@@ -189,13 +189,12 @@ extern void reactivate_window(GtkWidget *win);
/** @} */
/** Alert box for an invalid display filter expression.
- * Assumes "dfilter_error_msg" has been set by "dfilter_compile()" to the
- * error message for the filter.
*
* @param parent parent window from which the display filter came
* @param dftext text of the display filter
+ * @param err_msg text of the error message for the filter
*/
-extern void bad_dfilter_alert_box(GtkWidget *parent, const char *dftext);
+extern void bad_dfilter_alert_box(GtkWidget *parent, const char *dftext, gchar *err_msg);
/** Create a GtkScrolledWindow, set its scrollbar placement appropriately,
* and remember it.