[hackers] [surf] uncommenting source() || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Wed, 14 Oct 2009 13:34:28 +0000 (UTC)

changeset: 118:3b6665e24b67
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Wed Oct 14 15:19:00 2009 +0200
files: surf.c
description:
uncommenting source()

diff -r bd3646a3fbfe -r 3b6665e24b67 surf.c
--- a/surf.c Tue Oct 13 23:22:25 2009 +0200
+++ b/surf.c Wed Oct 14 15:19:00 2009 +0200
@@ -595,10 +595,10 @@
 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);
 }
 
Received on Wed Oct 14 2009 - 13:34:28 UTC

This archive was generated by hypermail 2.2.0 : Wed Oct 14 2009 - 13:36:07 UTC