Set the packet details counter column to 1, as it's one expert info per packet.

svn path=/trunk/; revision=27261
This commit is contained in:
Jaap Keuter 2009-01-18 14:51:22 +00:00
parent fe7ea8526e
commit 0855f501cc
1 changed files with 1 additions and 0 deletions

View File

@ -588,6 +588,7 @@ add_error_table_data(error_equiv_table *err, const expert_info_t *expert_data)
gtk_tree_store_set(store, &new_iter,
GROUP_COLUMN, "Packet:",
PROTOCOL_COLUMN, (char *)g_strdup_printf("%d", expert_data->packet_num),
COUNT_COLUMN, 1,
-1);
}