From 54c73ca84d7bdfecfc5abb465cf58970125ea0ef Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Wed, 28 Oct 2009 17:33:31 +0100 Subject: [PATCH] removed warning when closing a surf-window. --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf.c b/surf.c index f5c9ebf..43981ad 100644 --- a/surf.c +++ b/surf.c @@ -214,10 +214,10 @@ destroyclient(Client *c) { int i; Client *p; + gtk_widget_destroy(c->indicator); gtk_widget_destroy(GTK_WIDGET(c->view)); gtk_widget_destroy(c->scroll); gtk_widget_destroy(c->vbox); - gtk_widget_destroy(c->indicator); gtk_widget_destroy(c->win); for(i = 0; i < LENGTH(items); i++) gtk_widget_destroy(c->items[i]); -- 2.20.1