Re: Commit (HEAD): Fix #8473 "filechooser crashes when cancelled (closed via window manager)"

From: J.M. Maurer <j.m.maurer_at_student.utwente.nl>
Date: Sat Feb 26 2005 - 00:15:22 CET

Op vr, 25-02-2005 te 15:22 +0100, schreef Robert Staudinger:

>+ Fix #8473 "filechooser crashes when cancelled (closed via window
> manager)"

How could you reproduce this ? Works fine here

>+ Fix a compiler warning
>+ Remove stale #undef GTK_DISABLE_DEPRECATED
>
>I don't really know what's going on but we don't crash any more.

Your patch beats me as well.. The

if(m_FC && GTK_IS_WIDGET(m_FC))
  gtk_widget_destroy (GTK_WIDGET(m_FC));

construction is used in virtually all dialogs. Why would it cause a
problem here?

>Why do we need this mainloop hack in the filechooser?

What hack?

>
Received on Sat Feb 26 00:10:00 2005

This archive was generated by hypermail 2.1.8 : Sat Feb 26 2005 - 00:10:03 CET