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:
parent
9d08d7b15e
commit
749a018ee9
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2001-06-07 Christian Rose <menthos@menthos.com>
|
||||||
|
|
||||||
* sound-properties.desktop: Modified Swedish translation.
|
* sound-properties.desktop: Modified Swedish translation.
|
||||||
|
|
|
@ -183,7 +183,6 @@ set_moniker_cb (BonoboPropertyBag *bag, BonoboArg *arg, guint arg_id,
|
||||||
static void
|
static void
|
||||||
close_cb (void)
|
close_cb (void)
|
||||||
{
|
{
|
||||||
gtk_widget_destroy (widget);
|
|
||||||
gtk_object_destroy (GTK_OBJECT (dialog));
|
gtk_object_destroy (GTK_OBJECT (dialog));
|
||||||
control = NULL;
|
control = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue