Brian Cameron wrote: > Glynn: > > Here's the updated patch (and the one I actually committed to > spec-files). Sorry about that.
Looks fine. > + g_signal_connect (GTK_TREE_VIEW (tv), "button_release_event", > + G_CALLBACK (custom_list_release_event), > + NULL); > + Minor style nit - tv doesn't need to be cast since it's does that in the g_signal_connect function (and certainly shouldn't be cast to a GTK_TREE_VIEW). Glynn
