aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2007-12-15 23:38:29 +0000
committerSake Blok <sake@euronet.nl>2007-12-15 23:38:29 +0000
commit9a2d18d3869d494dfb4e2438aafa9bf502b459cb (patch)
treef3eb646c8ea9a260d1353cab196b86020dd3d3fe /color_filters.h
parent8f7d4aff962c86185d0e659f8ab8ffaabd46fbf5 (diff)
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
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h6
1 files changed, 6 insertions, 0 deletions
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)