diff options
author | Robert Timm <mail@rtti.de> | 2016-09-29 17:35:29 +0200 |
---|---|---|
committer | Robert Timm <mail@rtti.de> | 2016-10-12 23:28:53 +0700 |
commit | a4a6b0ff689c13e954552bbe9ba8fd7c822d449f (patch) | |
tree | 6373a0723f593a591aaa066c3376e45a2a115157 /src/main.h | |
parent | a1f982e56162dc04facd6993116a5165b1f0d031 (diff) |
Implements download path and tracking
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ struct Client { struct Statusbar statusbar; void *comp; /* pointer to data used in completion.c */ Mode *mode; /* current active browser mode */ - WebKitWebContext *webctx; + /* WebKitWebContext *webctx; */ /* not used atm, use webkit_web_context_get_default() instead */ GtkWidget *window, *input; WebKitWebView *webview; guint64 page_id; /* page id of the webview */ |