Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 27489: /trunk/ /trunk/gtk/: Makefile

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 20 Feb 2009 09:55:03 -0800

On Feb 20, 2009, at 9:13 AM, etxrab@xxxxxxxxxxxxx wrote:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27489

User: etxrab
Date: 2009/02/20 09:13 AM

Log:
Replace the clists with gtk_list_store
Should fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi? id=3246

It currently doesn't build; rtp_float_data_func() and rtp_boolean_data_func() take a GtkTreeViewColumn * argument "column", which they don't use. Will, or could, they - or future routines that need the same signature - need that argument (in which case it should be marked as unused), or would that argument never be necessary (in which case we should just get rid of it).