summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.c2
-rw-r--r--desktop/selection.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/options.c b/desktop/options.c
index 9a1111c83..b7b0d74a9 100644
--- a/desktop/options.c
+++ b/desktop/options.c
@@ -166,7 +166,7 @@ struct {
{ "http_proxy", OPTION_BOOL, &option_http_proxy },
{ "http_proxy_host", OPTION_STRING, &option_http_proxy_host },
{ "http_proxy_port", OPTION_INTEGER, &option_http_proxy_port },
- { "http_proxy_auth", OPTION_BOOL, &option_http_proxy_auth },
+ { "http_proxy_auth", OPTION_INTEGER, &option_http_proxy_auth },
{ "http_proxy_auth_user", OPTION_STRING, &option_http_proxy_auth_user },
{ "http_proxy_auth_pass", OPTION_STRING, &option_http_proxy_auth_pass },
{ "font_size", OPTION_INTEGER, &option_font_size },
diff --git a/desktop/selection.c b/desktop/selection.c
index f193e2376..74ae3165f 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -262,7 +262,7 @@ bool selection_click(struct selection *s, browser_mouse_state mouse,
}
else if (!modkeys) {
if (mouse & BROWSER_MOUSE_DRAG_1) {
-
+
/* start new selection drag */
selection_clear(s, true);