diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-10-13 22:01:19 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-10-13 22:01:19 +0200 |
commit | 499a497b4e4a2c3c95a5b41659735fbcb62841e6 (patch) | |
tree | 90a78adb053e0e3e8e23b231f4f3936842af36c8 | |
parent | 029dac1504f9da97a3481d5e0fde0b18c2b33562 (diff) | |
download | surf-499a497b4e4a2c3c95a5b41659735fbcb62841e6.tar.gz surf-499a497b4e4a2c3c95a5b41659735fbcb62841e6.tar.bz2 surf-499a497b4e4a2c3c95a5b41659735fbcb62841e6.zip |
fixing stupidy bug.
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |