Don't destroy the widget -- it's already destroyed

2001-07-09  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (close_cb): Don't destroy the widget
	-- it's already destroyed
This commit is contained in:
Bradford Hovinen 2001-07-09 14:14:47 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 9d08d7b15e
commit 749a018ee9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-07-09 Bradford Hovinen <hovinen@ximian.com>
* sound-properties-capplet.c (close_cb): Don't destroy the widget
-- it's already destroyed
2001-06-07 Christian Rose <menthos@menthos.com>
* sound-properties.desktop: Modified Swedish translation.

View file

@ -183,7 +183,6 @@ set_moniker_cb (BonoboPropertyBag *bag, BonoboArg *arg, guint arg_id,
static void
close_cb (void)
{
gtk_widget_destroy (widget);
gtk_object_destroy (GTK_OBJECT (dialog));
control = NULL;
}