From 9a2d18d3869d494dfb4e2438aafa9bf502b459cb Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 15 Dec 2007 23:38:29 +0000 Subject: Changes the name of the menu item "View/Reset Coloring" to "View/Reset Coloring 1-10" and adds sensitivity to it so that it will be greyed out when none of the temporary color filters are used. (as per discussion on wireshark-dev some time ago) svn path=/trunk/; revision=23879 --- color_filters.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'color_filters.h') diff --git a/color_filters.h b/color_filters.h index 5eebc3b6da..df7846e636 100644 --- a/color_filters.h +++ b/color_filters.h @@ -59,6 +59,12 @@ void color_filters_cleanup(void); */ gboolean color_filters_used(void); +/** Are there any temporary coloring filters used? + * + * @return TRUE, if temporary coloring filters are used + */ +gboolean tmp_color_filters_used(void); + /** En-/disable color filters * * @param enable TRUE to enable (default) -- cgit v1.2.1