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:
Jonathan Blandford 2002-04-02 00:27:40 +00:00 committed by Jonathan Blandford
parent c9c20f0fc0
commit 882a14730b
3 changed files with 13 additions and 3 deletions

View file

@ -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;
}