fixing stupidy bug.

This commit is contained in:
Enno Boland (tox) 2009-10-13 22:01:19 +02:00
parent 029dac1504
commit 499a497b4e
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -176,7 +176,7 @@ void
destroyclient(Client *c) {
Client *p;
gtk_widget_destroy(GTK_WIDGET(webkit_web_view_new()));
gtk_widget_destroy(GTK_WIDGET(c->view));
gtk_widget_destroy(c->scroll);
gtk_widget_destroy(c->urlbar);
gtk_widget_destroy(c->searchbar);