Guy Harris wrote:
> Stig Bjørlykke wrote:
> 
>> I get this warnings when I open a uat dialog from the preferences:
>>
>> (wireshark:20588): GLib-GObject-WARNING **: invalid cast from  
>> `GtkCList' to `GtkTreeView'
> 
> Sounds like an incomplete conversion from GtkCList to GtkTreeView

The clist member of a uat_rep_t is a GtkCList, but, in uat_window(), it does

         rep->selection = 
gtk_tree_view_get_selection(GTK_TREE_VIEW(rep->clist));
         gtk_tree_selection_set_mode(rep->selection, GTK_SELECTION_SINGLE);

but that seems to go back a *long* way, so this isn't a recent change.
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to