Index: gtk/about_dlg.c
===================================================================
--- gtk/about_dlg.c (revision 28551)
+++ gtk/about_dlg.c (working copy)
@@ -229,9 +229,10 @@
}
if(ul_count == 0) /* get the count of dissectors */
- ul_count = register_count() + 6; /* additional 6 for:
+ ul_count = register_count() + 8; /* additional 8 for:
dissectors, listeners,
registering plugins, handingoff plugins,
+ registering python, handingoff python,
preferences and configuration */
main_lb = g_object_get_data(G_OBJECT(win), "protocol_label");