aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/follow_ssl.c')
-rw-r--r--gtk/follow_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/follow_ssl.c b/gtk/follow_ssl.c
index fbd9e71a5c..81d2d64b8b 100644
--- a/gtk/follow_ssl.c
+++ b/gtk/follow_ssl.c
@@ -177,7 +177,7 @@ follow_ssl_stream_cb(GtkWidget * w, gpointer data _U_)
}
/* Set the display filter entry accordingly */
- filter_te = OBJECT_GET_DATA(w, E_DFILTER_TE_KEY);
+ filter_te = g_object_get_data(G_OBJECT(w), E_DFILTER_TE_KEY);
/* needed in follow_filter_out_stream(), is there a better way? */
follow_info->filter_te = filter_te;