aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ui_util.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-02-07 20:52:59 +0000
committerGuy Harris <guy@alum.mit.edu>2005-02-07 20:52:59 +0000
commit802a3977bfa68030d968427c8c2ad02e1da81fe8 (patch)
treefb1730b11f4106c1681f279e8ed081796f4de7d6 /gtk/ui_util.c
parentd2cf31dc22989c0d7180a41b42a5bf51e3279fea (diff)
Make Ethereal and Tethereal compile if we're building without libpcap.
svn path=/trunk/; revision=13346
Diffstat (limited to 'gtk/ui_util.c')
-rw-r--r--gtk/ui_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ui_util.c b/gtk/ui_util.c
index 0bb9d3513a..1c9d7685f5 100644
--- a/gtk/ui_util.c
+++ b/gtk/ui_util.c
@@ -580,14 +580,14 @@ set_main_window_name(gchar *window_name)
}
-#ifdef HAVE_LIBPCAP
-
/* update the main window */
void main_window_update(void)
{
while (gtk_events_pending()) gtk_main_iteration();
}
+#ifdef HAVE_LIBPCAP
+
/* exit the main window */
void main_window_exit(void)
{