handle GTK_RESPONSE_DELETE_EVENT
Mon Apr 1 19:19:39 2002 Jonathan Blandford <jrb@redhat.com> * background-properties-capplet.c (dialog_button_clicked_cb): handle GTK_RESPONSE_DELETE_EVENT * Makefile.am (bin_PROGRAMS): s/gnome2-background-properties/gnome-background-properties
This commit is contained in:
parent
c9c20f0fc0
commit
882a14730b
3 changed files with 13 additions and 3 deletions
|
@ -448,6 +448,7 @@ dialog_button_clicked_cb (GtkDialog *dialog, gint response_id, GConfChangeSet *c
|
|||
{
|
||||
switch (response_id) {
|
||||
case GTK_RESPONSE_CLOSE:
|
||||
case GTK_RESPONSE_DELETE_EVENT:
|
||||
gtk_main_quit ();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue