On Fri, 26 Sep 2008, Tor Lillqvist wrote:

> > Any ideas on what's going on?
> 
> http://bugzilla.gnome.org/show_bug.cgi?id=553135#c8 ?

On closer inspection, I see that Michael Natterer's patch is 
already in gtk 2.14.3, and does not solve the problem I mentioned, 
namely

GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT 
(object)' failed

on calling gtk_widget_destroy() on a GtkFileChooserDialog.
I guess this patch was incomplete or broken in its application to
2.14.3.  Line 937 in gtkfilechooserdefault.c, namely

  g_object_unref (impl->file_system);

needs to be deleted.

-- 
Allin Cottrell
Department of Economics
Wake Forest University

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to