https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4891
--- Comment #5 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2010-06-21 10:32:12 PDT ---
It looks like the values recived here:
adj = gtk_tree_view_get_vadjustment(GTK_TREE_VIEW(packetlist->view));
g_return_val_if_fail(adj != NULL, FALSE);
if (adj->value >= adj->upper - adj->page_size) {
at_end = TRUE;
}
is of when a fileter is applied (number of) visible_rows != physical_rows
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.