aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/font_utils.c')
-rw-r--r--gtk/font_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/font_utils.c b/gtk/font_utils.c
index 11875fc09f..a905282581 100644
--- a/gtk/font_utils.c
+++ b/gtk/font_utils.c
@@ -52,7 +52,7 @@
#include "packet_list.h"
#include "proto_draw.h"
-#include "follow_dlg.h"
+#include "follow_tcp.h"
@@ -551,7 +551,7 @@ user_font_apply(void) {
redraw_hex_dump_all();
/* Redraw the "Follow TCP Stream" windows. */
- follow_redraw_all();
+ follow_tcp_redraw_all();
/* We're no longer using the old fonts; unreference them. */
#if GTK_MAJOR_VERSION < 2