fixing stupidy bug.
This commit is contained in:
parent
029dac1504
commit
499a497b4e
1 changed files with 1 additions and 1 deletions
2
surf.c
2
surf.c
|
@ -176,7 +176,7 @@ void
|
||||||
destroyclient(Client *c) {
|
destroyclient(Client *c) {
|
||||||
Client *p;
|
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->scroll);
|
||||||
gtk_widget_destroy(c->urlbar);
|
gtk_widget_destroy(c->urlbar);
|
||||||
gtk_widget_destroy(c->searchbar);
|
gtk_widget_destroy(c->searchbar);
|
||||||
|
|
Loading…
Reference in a new issue