pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029dac1
)
fixing stupidy bug.
author
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 20:01:19 +0000
(22:01 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 20:01:19 +0000
(22:01 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
cd80c21
..
1b9fbe7
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-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);