aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.h b/prefs.h
index 9184998001..bfac8f25cd 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.51 2003/12/28 20:36:59 sharpe Exp $
+ * $Id: prefs.h,v 1.52 2003/12/28 21:10:26 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -85,7 +85,7 @@ typedef struct _e_prefs {
gint gui_geometry_main_y;
gint gui_geometry_main_width;
gint gui_geometry_main_height;
- gint gui_fileopen_style;
+ guint gui_fileopen_style;
gint gui_recent_files_count_max;
gchar *gui_fileopen_dir;
gchar *gui_fileopen_remembered_dir;