tfixing stupidy bug. - surf - customized build of surf, the suckless webkit bro… | |
git clone git://src.adamsgaard.dk/surf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 499a497b4e4a2c3c95a5b41659735fbcb62841e6 | |
parent 029dac1504f9da97a3481d5e0fde0b18c2b33562 | |
Author: Enno Boland (tox) <[email protected]> | |
Date: Tue, 13 Oct 2009 22:01:19 +0200 | |
fixing stupidy bug. | |
Diffstat: | |
M surf.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/surf.c b/surf.c | |
t@@ -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); |