commit 54c73ca84d7bdfecfc5abb465cf58970125ea0ef
parent 45014088088a8984785c612f1ccceb011a1435bf
Author: Enno Boland (tox) <tox@s01.de>
Date: Wed, 28 Oct 2009 17:33:31 +0100
removed warning when closing a surf-window.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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]);