aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-13 22:25:20 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-13 22:25:20 +0000
commiteb0d15e7171b8e78b28ae332b7cae4de497dfae1 (patch)
treed2c14ff0b349baa65c86a4616a58e95a16b2a768 /gtk/font_utils.c
parentda28543e920f45d4142eeeb061eed1841d664134 (diff)
Standardize filenames and function names for Follow TCP & SSL stream functions
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22870 f5534014-38df-0310-8fa8-9805f1628bb7
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