ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.