aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-21 00:01:42 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-21 00:01:42 +0000
commite64375d18746bb46819644c79eb1d45c8aad9821 (patch)
tree15da0e5d60bde22249619bcca7601064d348d8f4 /ui
parentd230d1663fe3c2b32673a566614e9b4bb07dbc10 (diff)
#ifdef out some variables used only if we have libpcap.
svn path=/trunk/; revision=41692
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/main_welcome.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/main_welcome.c b/ui/gtk/main_welcome.c
index 17b5641933..afc2dc3e81 100644
--- a/ui/gtk/main_welcome.c
+++ b/ui/gtk/main_welcome.c
@@ -105,8 +105,10 @@ static GdkColor topic_item_idle_bg;
static GdkColor topic_item_entered_bg = { 0, 0xd3d3, 0xd8d8, 0xdada };
#endif
static GtkWidget *welcome_file_panel_vb = NULL;
+#ifdef HAVE_LIBPCAP
static GtkWidget *if_view = NULL;
static GtkWidget *swindow;
+#endif
static GSList *status_messages = NULL;