On Sun, 2004-11-28 at 13:39 -0700, Scott wrote: > > "Gtk-CRITICAL **: file gtkwidget.c: line 2041 (gtk_widget_hide): > assertion `GTK_IS_WIDGET (widget)' failed > gtk_toolbar_set_style(): 3" > > But as far as I can tell it otherwise works. > > Any thoughts on this? It's a bug in the program, but one that should not cause any major issues. You could report it to the Synaptic developers so they can fix it. gtk_widget_hide() is a function in the GTK library API. When you "call" gtk_widget_hide() you are supposed to "pass" it a pointer to a GtkWidget. The error you are seeing is saying that gtk_widget_hide() was passed a value that was not a pointer to a GtkWidget. Regards, Jim H -- Jim Hayward <jimhayward@xxxxxxxxxxxxx> GPG Key available at: http://keyserver.noreply.org gpg --recv-keys --keyserver keyserver.noreply.org 0x85A92DCC GPG Fingerprint: 1AA9 AEC9 BFDF FF7A E4F8 90C7 4947 3A41 85A9 2DCC
Attachment:
signature.asc
Description: This is a digitally signed message part