aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-20 15:57:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-20 15:57:11 +0000
commitc5bae1f7e3e911f92e7a2ddf6264302622107e24 (patch)
tree25dd287c451a6f5201a474100ab44993f0b8b59f /prefs.h
parent17ca623b0fdb39fe7a219ab3c70a45a9322cd45c (diff)
preference setting, so "ask for unsaved capture files" can be switched off
svn path=/trunk/; revision=11196
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 da7614bc7a..85b1c5d486 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.65 2004/06/20 14:48:23 ulfl Exp $
+ * $Id: prefs.h,v 1.66 2004/06/20 15:57:08 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -128,6 +128,7 @@ typedef struct _e_prefs {
guint gui_fileopen_style;
guint gui_recent_files_count_max;
gchar *gui_fileopen_dir;
+ gboolean gui_ask_unsaved;
layout_type_e gui_layout_type;
layout_pane_content_e gui_layout_content_1;
layout_pane_content_e gui_layout_content_2;