aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 4fb7b4da51..34289221a5 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -668,6 +668,7 @@ gtk_sipstat_init(const char *optarg, void *userdata _U_)
error_string = register_tap_listener("sip",
sp,
filter,
+ 0,
sipstat_reset,
sipstat_packet,
sipstat_draw);
@@ -696,7 +697,7 @@ gtk_sipstat_init(const char *optarg, void *userdata _U_)
window_present(sp->win);
sip_init_hash(sp);
- cf_retap_packets(&cfile, FALSE);
+ cf_retap_packets(&cfile);
gdk_window_raise(sp->win->window);
}