From: Enno Boland (Gottox) Date: Sun, 7 Jun 2009 10:06:19 +0000 (+0200) Subject: removing urllist. bookmarking should be done externally. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=08b45f411a39c07e5e0751c75abf5323c3c888d7 removing urllist. bookmarking should be done externally. --- diff --git a/surf.c b/surf.c index 24b694a..1ccb1cc 100644 --- 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);