uncommenting source()
This commit is contained in:
parent
fe87a88954
commit
24bbd6be02
1 changed files with 2 additions and 2 deletions
4
surf.c
4
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue