GNOME Bugzilla – Bug 499133
GtkDialog response signal on delete event
Last modified: 2007-11-25 05:43:14 UTC
[ forwarded from http://bugs.debian.org/451874 by Kevin Ryde ] In the signals section of the GtkDialog docs, the response signal says On a delete event, the response ID is GTK_RESPONSE_NONE. but I believe it's GTK_RESPONSE_DELETE_EVENT, which is what's said in the introduction, and under gtk_dialog_new_with_buttons.
2007-11-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdialog.c: Move signal and property documentation inline, fix a problem with the ::response signal docs. (#499133, Josselin Mouette)