Re: Problem with GtkDialog and gtk_widget_destroy()

2006-11-18 Thread Guy Rouillier
Kevin Lambert wrote: > I have been using Glade to create the xml for the dialog then used libglade > to create the actual dialog. The dialog is shown and works as expected > EXCEPT that when I press Cancel (which call > gtk_dialog_response(GTK_DIALOG(dialog), GTK_RESPONSE_CANCEL)) the button > g

Problem with GtkDialog and gtk_widget_destroy()

2006-11-17 Thread Kevin Lambert
I have been using Glade to create the xml for the dialog then used libglade to create the actual dialog. The dialog is shown and works as expected EXCEPT that when I press Cancel (which call gtk_dialog_response(GTK_DIALOG(dialog), GTK_RESPONSE_CANCEL)) the button grays but the dialog itself does