aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ldap_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ldap_stat.c')
-rw-r--r--gtk/ldap_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ldap_stat.c b/gtk/ldap_stat.c
index 2b6e638a43..da6149ef4b 100644
--- a/gtk/ldap_stat.c
+++ b/gtk/ldap_stat.c
@@ -347,7 +347,7 @@ gtk_ldapstat_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_gtkldapstat(void)
{
- register_ethereal_tap("ldap,srt", gtk_ldapstat_init);
+ register_tap_listener_cmd_arg("ldap,srt", gtk_ldapstat_init);
register_tap_menu_item("LDAP...", REGISTER_TAP_GROUP_RESPONSE_TIME,
gtk_ldapstat_cb, NULL, NULL, NULL);