Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoving urllist. bookmarking should be done externally. - surf - customized b…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 08b45f411a39c07e5e0751c75abf5323c3c888d7
parent f2059fdb306f3d98e492a712bf73159fcbf32921
Author: Enno Boland (Gottox) <[email protected]>
Date: Sun, 7 Jun 2009 12:06:19 +0200
removing urllist. bookmarking should be done externally.
Diffstat:
M surf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -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;
t@@ -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);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.