On Mon, Feb 23, 2009 at 04:37:48PM -0700, Stephen Fisher wrote:
> On Mon, Feb 23, 2009 at 11:32:13PM +0100, Anders Broman wrote:
>
> > Does some one know if it's possible to tweak the code to get better
> > performance or is it best to back out the new code and retackle The
> > old bug ? https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246 I
> > don't have a sufficently large RTP trace to test with at the moment.
>
> There are a number of tweaks available to speed up the tree view
I forgot fixed height mode:
gtk_tree_view_set_fixed_height_mode(GTK_TREE_VIEW(view), TRUE);
Steve