aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-12-28 20:36:59 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-12-28 20:36:59 +0000
commit0a44e7c1452dbd6dc8948b565b50c5fc26011c4a (patch)
tree6f771aba0968752f4ee00d5a438492c4b37c1a48 /prefs.h
parent35e5ba4edde8ddec639750c73140dd2e0d9a9bab (diff)
Add a preferences item for the recent file count max so we can tie it to
the edit preferences dialog box and then use it in the code that handles recent files. svn path=/trunk/; revision=9462
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 331e682494..9184998001 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.50 2003/10/22 22:13:12 guy Exp $
+ * $Id: prefs.h,v 1.51 2003/12/28 20:36:59 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -86,6 +86,7 @@ typedef struct _e_prefs {
gint gui_geometry_main_width;
gint gui_geometry_main_height;
gint gui_fileopen_style;
+ gint gui_recent_files_count_max;
gchar *gui_fileopen_dir;
gchar *gui_fileopen_remembered_dir;
guint32 name_resolve;