removing urllist. bookmarking should be done externally.
authorEnno Boland (Gottox) <gottox@s01.de>
Sun, 7 Jun 2009 10:06:19 +0000 (12:06 +0200)
committerEnno Boland (Gottox) <gottox@s01.de>
Sun, 7 Jun 2009 10:06:19 +0000 (12:06 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 24b694a..1ccb1cc 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -20,7 +20,7 @@
 Display *dpy;
 Atom urlprop;
 typedef struct Client {
-       GtkWidget *win, *scroll, *vbox, *urlbar, *urllist, *searchbar;
+       GtkWidget *win, *scroll, *vbox, *urlbar, *searchbar;
        WebKitWebView *view;
        gchar *title;
        gint progress;
@@ -80,7 +80,6 @@ destroyclient(Client *c) {
        gtk_widget_destroy(GTK_WIDGET(webkit_web_view_new()));
        gtk_widget_destroy(c->scroll);
        gtk_widget_destroy(c->urlbar);
-       gtk_widget_destroy(c->urllist);
        gtk_widget_destroy(c->searchbar);
        gtk_widget_destroy(c->vbox);
        gtk_widget_destroy(c->win);