aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-22 22:13:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-22 22:13:13 +0000
commit44a967d7e6426c24c5b6b3608e744a210e4d3ee0 (patch)
treec6daf57d829d565e45294c4cbfe023f768b97684 /prefs.h
parent83980ea4ff46d7d80ace5a00327cd40a7b88d1d8 (diff)
From Ulf Lamping: add a preference to control whether to show or hide
the main toolbar (currently no GUI to set it; that's in progress). svn path=/trunk/; revision=8754
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.h b/prefs.h
index f27d14c544..331e682494 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.49 2003/10/16 21:19:11 guy Exp $
+ * $Id: prefs.h,v 1.50 2003/10/22 22:13:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -74,6 +74,7 @@ typedef struct _e_prefs {
gint gui_ptree_line_style;
gint gui_ptree_expander_style;
gboolean gui_hex_dump_highlight_style;
+ gboolean gui_toolbar_main_show;
gint gui_toolbar_main_style;
gchar *gui_font_name;
color_t gui_marked_fg;