Ethereal-dev: [Ethereal-dev] Gtk+ warning - assertion "GTK_IS_WIDGET (widget)" failed

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Sat, 3 Jan 2004 17:20:53 +0100
Hi list,

When loading a capture in Ethereal, I get the following Gtk+ error message:

(ethereal:3808): Gtk-CRITICAL **:
file ../../gtk+2.2.1/gtk/gtkwidget.c: line 1626 (gtk_widget_destroy):
assertion "GTK_IS_WIDGET (widget)" failed

$ grep -n gtk_widget_destroy file_dlg.c
158:  gtk_widget_destroy(GTK_WIDGET(data));
166:  gtk_widget_destroy(GTK_WIDGET(data));
184:  gtk_widget_destroy(GTK_WIDGET(win));
342:                        "clicked", (GtkSignalFunc)gtk_widget_destroy,
408:  gtk_widget_destroy(GTK_WIDGET (fs));
879:                        "clicked", (GtkSignalFunc)gtk_widget_destroy,
962:  gtk_widget_destroy(GTK_WIDGET (fs));
1112:                        "clicked", (GtkSignalFunc)gtk_widget_destroy,
1155:  gtk_widget_destroy(GTK_WIDGET (fs));
1258:                        "clicked", (GtkSignalFunc)gtk_widget_destroy,
1304:  gtk_widget_destroy(GTK_WIDGET (fs));

Anyone a clue?

Regards,

Olivier