diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-10-14 15:19:00 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-10-14 15:19:00 +0200 |
commit | 24bbd6be02e87926e803028477538ce929253626 (patch) | |
tree | 5c6e72ffe4928106ef374689e331c0240d044523 | |
parent | fe87a88954649c31f5e7f0f41852876e374953da (diff) | |
download | surf-24bbd6be02e87926e803028477538ce929253626.tar.gz surf-24bbd6be02e87926e803028477538ce929253626.tar.bz2 surf-24bbd6be02e87926e803028477538ce929253626.zip |
uncommenting source()
-rw-r--r-- | surf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |