aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-06-18 21:23:52 +0000
committerGuy Harris <guy@alum.mit.edu>2008-06-18 21:23:52 +0000
commit19470978ef4a217f266ba934481631863c13e870 (patch)
tree5c3deddd2f0f220795658a9002530994a5c03f35
parent4235740cad3f839b26d82727d9a0c271a3bec554 (diff)
downloadwireshark-19470978ef4a217f266ba934481631863c13e870.tar.gz
wireshark-19470978ef4a217f266ba934481631863c13e870.tar.bz2
wireshark-19470978ef4a217f266ba934481631863c13e870.zip
Encase another variable used only if we support capture in #ifdef
HAVE_LIBPCAP/#endif. svn path=/trunk/; revision=25482
-rw-r--r--gtk/main_welcome.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c
index d8a5377536..fff8c96085 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -67,7 +67,9 @@ static GdkColor topic_item_idle_bg;
static GdkColor topic_item_entered_bg;
static GtkWidget *welcome_file_panel_vb = NULL;
+#ifdef HAVE_LIBPCAP
static GtkWidget *welcome_if_panel_vb = NULL;
+#endif
/* The "scroll box dynamic" is a (complicated) pseudo widget to */