aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gui_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c
index 00221dd57d..727c297845 100644
--- a/gtk/gui_utils.c
+++ b/gtk/gui_utils.c
@@ -595,14 +595,14 @@ void main_window_update(void)
while (gtk_events_pending()) gtk_main_iteration();
}
-#ifdef HAVE_LIBPCAP
-
/* exit the main window */
void main_window_exit(void)
{
gtk_exit(0);
}
+#ifdef HAVE_LIBPCAP
+
/* quit a nested main window */
void main_window_nested_quit(void)
{