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] Something has happened to the uat dialogs...

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 27 May 2008 11:23:33 -0700
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.