summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-11-09 12:15:22 +0100
committerPeter Hofmann <scm@uninformativ.de>2014-11-09 12:15:22 +0100
commit2cdbb565115b4f154790f4c9638fd2a5a5cbea34 (patch)
tree48a80d89e920d58754f0db647c341ec927151d89
parent80a2b30d8daa69bb352e86652085c63977531307 (diff)
downloadlariza-2cdbb565115b4f154790f4c9638fd2a5a5cbea34.tar.gz
Remove obsolete comment: Full content zoom is always enabled now
... because it's WebKit2's default.
-rw-r--r--browser.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/browser.c b/browser.c
index 046ab21..e784ad1 100644
--- a/browser.c
+++ b/browser.c
@@ -154,13 +154,6 @@ client_new(const gchar *uri)
c->web_view = webkit_web_view_new();
wc = webkit_web_view_get_context(WEBKIT_WEB_VIEW(c->web_view));
- /* XXX I really do want to enable this option. However, I get
- * reproducible crashes with it enabled. I've seen bug reports from
- * 2010 about this... WebKit crashes in libpixman, so maybe it's not
- * a WebKit issue.
- * Yeah, well. I'll turn it off for now. */
- /*webkit_web_view_set_full_content_zoom(WEBKIT_WEB_VIEW(c->web_view), TRUE);*/
-
webkit_web_view_set_zoom_level(WEBKIT_WEB_VIEW(c->web_view), global_zoom);
g_signal_connect(G_OBJECT(c->web_view), "notify::title",
G_CALLBACK(changed_title), c);