On Feb 20, 2009, at 9:13 AM, [email protected] 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). ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
