From 756707ac0d66d2b81978d930016ec480e5cada9f Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Thu, 14 Feb 2002 10:58:49 +0000 Subject: FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order for the "Protocol Preferences" pop-up menu option to work properly. svn path=/trunk/; revision=4735 --- gtk/prefs_dlg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c index f9ad6da158..20b121437f 100644 --- a/gtk/prefs_dlg.c +++ b/gtk/prefs_dlg.c @@ -1,7 +1,7 @@ /* prefs_dlg.c * Routines for handling preferences * - * $Id: prefs_dlg.c,v 1.41 2002/01/21 07:37:42 guy Exp $ + * $Id: prefs_dlg.c,v 1.42 2002/02/14 10:58:49 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -81,7 +81,7 @@ static void prefs_tree_select_cb(GtkCTree *, GtkCTreeNode *, gint, gpointer); #define E_NAMERES_PAGE_KEY "nameres_options_page" #define E_TOOLTIPS_KEY "tooltips" -#define FIRST_PROTO_PREFS_PAGE 4 +#define FIRST_PROTO_PREFS_PAGE 6 /* * Keep a static pointer to the notebook to be able to choose the -- cgit v1.2.3