From: Enno Boland (tox) Date: Wed, 14 Oct 2009 13:19:00 +0000 (+0200) Subject: uncommenting source() X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=24bbd6be02e87926e803028477538ce929253626;p=surf.git uncommenting source() --- diff --git a/surf.c b/surf.c index 1a7c526..3193540 100644 --- a/surf.c +++ b/surf.c @@ -595,10 +595,10 @@ showsearch(Client *c, const Arg *arg) { void source(Client *c, const Arg *arg) { Arg a = { .b = FALSE }; - /*gboolean s; + gboolean s; s = webkit_web_view_get_view_source_mode(c->view); - webkit_web_view_set_view_source_mode(c->view, c->source);*/ + webkit_web_view_set_view_source_mode(c->view, !s); reload(c, &a); }