changeset: 115:145e29492efb
user: Enno Boland (tox) <tox_AT_s01.de>
date: Tue Oct 13 22:01:19 2009 +0200
files: surf.c
description:
fixing stupidy bug.
diff -r f5b97b5cc152 -r 145e29492efb surf.c
--- a/surf.c Tue Oct 13 21:58:35 2009 +0200
+++ b/surf.c Tue Oct 13 22:01:19 2009 +0200
@@ -176,7 +176,7 @@
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);
Received on Tue Oct 13 2009 - 21:16:29 UTC
This archive was generated by hypermail 2.2.0 : Tue Oct 13 2009 - 21:24:08 UTC